data class HostNameResponse(val azureResourceName: String? = null, val azureResourceType: String? = null, val customHostNameDnsRecordType: String? = null, val hostNameType: String? = null, val name: String? = null, val siteNames: List<String>? = null)
Name of the Azure resource the hostname is assigned to. If it is assigned to a Traffic Manager then it will be the Traffic Manager name otherwise it will be the app name.