GetZonesPlainArgs

data class GetZonesPlainArgs(val filter: GetZonesFilter) : ConvertibleToJava<GetZonesPlainArgs>

A collection of arguments for invoking getZones.

Constructors

Link copied to clipboard
constructor(filter: GetZonesFilter)

Properties

Link copied to clipboard

One or more values used to look up zone records. If more than one value is given all values must match in order to be included.

Functions

Link copied to clipboard
open override fun toJava(): GetZonesPlainArgs