Get Custom Domain Result
data class GetCustomDomainResult(val id: String, val name: String, val properties: CustomDomainPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Custom domain resource payload.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: CustomDomainPropertiesResponse, systemData: SystemDataResponse, type: String)