interface ListClusterTypesResponse {
    clusterTypes: ClusterType[];
    totalCount: number;
}

Properties

clusterTypes: ClusterType[]

Paginated returned cluster-types.

totalCount: number

Total number of cluster-types.