Endpoint Model Sku Properties Response
data class EndpointModelSkuPropertiesResponse(val capacity: EndpointModelSkuCapacityPropertiesResponse? = null, val connectionIds: List<String>? = null, val deprecationDate: String? = null, val name: String? = null, val rateLimits: List<EndpointModelSkuRateLimitPropertiesResponse>? = null, val usageName: String? = null)
Constructors
Link copied to clipboard
constructor(capacity: EndpointModelSkuCapacityPropertiesResponse? = null, connectionIds: List<String>? = null, deprecationDate: String? = null, name: String? = null, rateLimits: List<EndpointModelSkuRateLimitPropertiesResponse>? = null, usageName: String? = null)