Get Api Portal Result
data class GetApiPortalResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, properties: ApiPortalPropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, type: String)