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