GetRegionsPlainArgs

data class GetRegionsPlainArgs(val allRegions: Boolean? = null, val filters: List<GetRegionsFilter>? = null) : ConvertibleToJava<GetRegionsPlainArgs>

A collection of arguments for invoking getRegions.

Constructors

Link copied to clipboard
constructor(allRegions: Boolean? = null, filters: List<GetRegionsFilter>? = null)

Properties

Link copied to clipboard
val allRegions: Boolean? = null

If true the source will query all regions regardless of availability.

Link copied to clipboard

Configuration block(s) to use as filters. Detailed below.

Functions

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