GetLocationPlainArgs

data class GetLocationPlainArgs(val locationName: String) : ConvertibleToJava<GetLocationPlainArgs>

Constructors

Link copied to clipboard
constructor(locationName: String)

Properties

Link copied to clipboard

A descriptive name for the custom location.

Functions

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