Get Zone Plain Args
data class GetZonePlainArgs(val accountId: String? = null, val name: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetZonePlainArgs>
A collection of arguments for invoking getZone.
A collection of arguments for invoking getZone.