GetZonesInvokeResult

data class GetZonesInvokeResult(val account: GetZonesAccount? = null, val direction: String? = null, val id: String, val match: String, val maxItems: Int? = null, val name: String? = null, val order: String? = null, val results: List<GetZonesResult>, val status: String? = null)

A collection of values returned by getZones.

Constructors

Link copied to clipboard
constructor(account: GetZonesAccount? = null, direction: String? = null, id: String, match: String, maxItems: Int? = null, name: String? = null, order: String? = null, results: List<GetZonesResult>, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val direction: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val maxItems: Int? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val order: String? = null
Link copied to clipboard
Link copied to clipboard
val status: String? = null