ResourceTypeEndpointResponse

data class ResourceTypeEndpointResponse(val apiVersions: List<String>? = null, val enabled: Boolean? = null, val endpointType: String? = null, val extensions: List<ResourceTypeExtensionResponse>? = null, val featuresRule: ResourceTypeEndpointResponseFeaturesRule? = null, val locations: List<String>? = null, val requiredFeatures: List<String>? = null, val timeout: String? = null)

Constructors

Link copied to clipboard
constructor(apiVersions: List<String>? = null, enabled: Boolean? = null, endpointType: String? = null, extensions: List<ResourceTypeExtensionResponse>? = null, featuresRule: ResourceTypeEndpointResponseFeaturesRule? = null, locations: List<String>? = null, requiredFeatures: List<String>? = null, timeout: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiVersions: List<String>? = null
Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val endpointType: String? = null
Link copied to clipboard
Link copied to clipboard
val locations: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val timeout: String? = null