Namespace Properties Response
data class NamespacePropertiesResponse(val createdAt: String, val critical: Boolean, val dataCenter: String? = null, val enabled: Boolean, val metricId: String, val name: String, val namespaceType: String? = null, val networkAcls: NetworkAclsResponse? = null, val pnsCredentials: PnsCredentialsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResourceResponse>, val provisioningState: String? = null, val publicNetworkAccess: String? = null, val region: String, val replicationRegion: String? = null, val scaleUnit: String? = null, val serviceBusEndpoint: String, val status: String? = null, val subscriptionId: String, val updatedAt: String, val zoneRedundancy: String? = null)
Represents namespace properties.
Constructors
Link copied to clipboard
fun NamespacePropertiesResponse(createdAt: String, critical: Boolean, dataCenter: String? = null, enabled: Boolean, metricId: String, name: String, namespaceType: String? = null, networkAcls: NetworkAclsResponse? = null, pnsCredentials: PnsCredentialsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResourceResponse>, provisioningState: String? = null, publicNetworkAccess: String? = null, region: String, replicationRegion: String? = null, scaleUnit: String? = null, serviceBusEndpoint: String, status: String? = null, subscriptionId: String, updatedAt: String, zoneRedundancy: String? = null)