AliasPatternResponse

data class AliasPatternResponse(val phrase: String? = null, val type: String? = null, val variable: String? = null)

The type of the pattern for an alias path.

Constructors

Link copied to clipboard
constructor(phrase: String? = null, type: String? = null, variable: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val phrase: String? = null

The alias pattern phrase.

Link copied to clipboard
val type: String? = null

The type of alias pattern

Link copied to clipboard
val variable: String? = null

The alias pattern variable.