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