GetTrailPlainArgs

data class GetTrailPlainArgs(val trailName: String) : ConvertibleToJava<GetTrailPlainArgs>

Constructors

Link copied to clipboard
constructor(trailName: String)

Properties

Link copied to clipboard

Specifies the name of the trail. The name must meet the following requirements:

Functions

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