GetLocationsPlainArgs

data class GetLocationsPlainArgs(val project: String? = null) : ConvertibleToJava<GetLocationsPlainArgs>

A collection of arguments for invoking getLocations.

Constructors

Link copied to clipboard
constructor(project: String? = null)

Properties

Link copied to clipboard
val project: String? = null

The ID of the project.

Functions

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