AliasPathResponse

data class AliasPathResponse(val apiVersions: List<String>? = null, val metadata: AliasPathMetadataResponse, val path: String? = null, val pattern: AliasPatternResponse? = null)

The type of the paths for alias.

Constructors

Link copied to clipboard
constructor(apiVersions: List<String>? = null, metadata: AliasPathMetadataResponse, path: String? = null, pattern: AliasPatternResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiVersions: List<String>? = null

The API versions.

Link copied to clipboard

The metadata of the alias path. If missing, fall back to the default metadata of the alias.

Link copied to clipboard
val path: String? = null

The path of an alias.

Link copied to clipboard

The pattern for an alias path.