Variable $MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefixResponseConst

$MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefixResponse: {
    properties: {
        data: {
            type: "MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefix";
        };
        links: {
            type: "MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefixLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    };
} = ...

Type declaration

  • properties: {
        data: {
            type: "MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefix";
        };
        links: {
            type: "MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefixLinks";
        };
        meta: {
            isRequired: true;
            type: "SempMeta";
        };
    }
    • data: {
          type: "MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefix";
      }
      • type: "MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefix"
    • links: {
          type: "MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefixLinks";
      }
      • type: "MsgVpnDistributedCacheClusterGlobalCachingHomeClusterTopicPrefixLinks"
    • meta: {
          isRequired: true;
          type: "SempMeta";
      }
      • isRequired: true
      • type: "SempMeta"