Get Zones Result
data class GetZonesResult(val acceptLanguage: String? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val zones: List<GetZonesZone>)
A collection of values returned by getZones.
A collection of values returned by getZones.