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
fun GetRegionsPlainArgs(allRegions: Boolean? = null, filters: List<GetRegionsFilter>? = null)

Functions

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

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.