Instance Properties Response
data class InstancePropertiesResponse(val description: String? = null, val provisioningState: String, val schemaRegistryRef: SchemaRegistryRefResponse, val version: String)
The properties of the Instance resource.
Constructors
Link copied to clipboard
constructor(description: String? = null, provisioningState: String, schemaRegistryRef: SchemaRegistryRefResponse, version: String)