AliasResponse

data class AliasResponse(val defaultMetadata: AliasPathMetadataResponse, val defaultPath: String? = null, val defaultPattern: AliasPatternResponse? = null, val name: String? = null, val paths: List<AliasPathResponse>? = null, val type: String? = null)

The alias type.

Constructors

Link copied to clipboard
constructor(defaultMetadata: AliasPathMetadataResponse, defaultPath: String? = null, defaultPattern: AliasPatternResponse? = null, name: String? = null, paths: List<AliasPathResponse>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata

Link copied to clipboard
val defaultPath: String? = null

The default path for an alias.

Link copied to clipboard

The default pattern for an alias.

Link copied to clipboard
val name: String? = null

The alias name.

Link copied to clipboard

The paths for an alias.

Link copied to clipboard
val type: String? = null

The type of the alias.