Type alias MsgVpnDistributedCacheClusterGlobalCachingHomeClustersResponse

MsgVpnDistributedCacheClusterGlobalCachingHomeClustersResponse: {
    data?: MsgVpnDistributedCacheClusterGlobalCachingHomeCluster[];
    links?: MsgVpnDistributedCacheClusterGlobalCachingHomeClusterLinks[];
    meta: SempMeta;
}