Peering Sku Response
data class PeeringSkuResponse(val family: String? = null, val name: String? = null, val size: String? = null, val tier: String? = null)
The SKU that defines the tier and kind of the peering.
Constructors
Link copied to clipboard
fun PeeringSkuResponse(family: String? = null, name: String? = null, size: String? = null, tier: String? = null)