Get Gateway Result
data class GetGatewayResult(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(id: String, name: String, properties: GatewayPropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, type: String)