GetGeographicalLocationPlainArgs

data class GetGeographicalLocationPlainArgs(val name: String) : ConvertibleToJava<GetGeographicalLocationPlainArgs>

A collection of arguments for invoking getGeographicalLocation.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Specifies the name of the Location, for example World, Europe or Germany.

Functions

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