Get Api Portal Result
data class GetApiPortalResult(val id: String, val name: String, val properties: ApiPortalPropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val type: String)
API portal resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ApiPortalPropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, type: String)