GetBlockedRegionsPlainArgs

data class GetBlockedRegionsPlainArgs(val language: String) : ConvertibleToJava<GetBlockedRegionsPlainArgs>

A collection of arguments for invoking getBlockedRegions.

Constructors

Link copied to clipboard
constructor(language: String)

Properties

Link copied to clipboard

The language. Valid values: zh, en, jp.

Functions

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