Variable $MsgVpnDistributedCacheClusterTopicResponseConst

$MsgVpnDistributedCacheClusterTopicResponse: {
    properties: {
        data: {
            type: "MsgVpnDistributedCacheClusterTopic";
        };
        links: {
            type: "MsgVpnDistributedCacheClusterTopicLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    };
} = ...

Type declaration

  • properties: {
        data: {
            type: "MsgVpnDistributedCacheClusterTopic";
        };
        links: {
            type: "MsgVpnDistributedCacheClusterTopicLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    }
    • data: {
          type: "MsgVpnDistributedCacheClusterTopic";
      }
      • type: "MsgVpnDistributedCacheClusterTopic"
    • links: {
          type: "MsgVpnDistributedCacheClusterTopicLinks";
      }
      • type: "MsgVpnDistributedCacheClusterTopicLinks"
    • meta: {
          isRequired: true;
          type: "SempMeta";
      }
      • isRequired: true
      • type: "SempMeta"