ListClustersSuccessResponse interface
Result of GET request to list clusters in the environment of a confluent organization
Properties
next |
URL to get the next set of cluster records if there are any. |
value | List of clusters in an environment of a confluent organization |
Property Details
nextLink
URL to get the next set of cluster records if there are any.
nextLink?: string
Property Value
string
value
List of clusters in an environment of a confluent organization
value?: SCClusterRecord[]