Get Gateway Result
data class GetGatewayResult(val azureApiVersion: String, val id: String, val name: String, val properties: GatewayPropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val type: String)
Spring Cloud Gateway resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: GatewayPropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, type: String)