Get Gateway Custom Domain Result
data class GetGatewayCustomDomainResult(val id: String, val name: String, val properties: GatewayCustomDomainPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Custom domain of the Spring Cloud Gateway
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: GatewayCustomDomainPropertiesResponse, systemData: SystemDataResponse, type: String)