Alias Path Response
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)