GetEnvironmentsResponse interface
Result of GET request to list Confluent operations.
Properties
next |
URL to get the next set of environment records if there are any. |
value | List of environments in a confluent organization |
Property Details
nextLink
URL to get the next set of environment records if there are any.
nextLink?: string
Property Value
string
value
List of environments in a confluent organization
value?: SCEnvironmentRecord[]