AliasPath Class
The type of the paths for alias.
Constructor
AliasPath(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
path
|
The path of an alias. |
|
api_versions
|
The API versions. |
|
pattern
|
The pattern for an alias path. |
|
metadata
|
The metadata of the alias path. If missing, fall back to the default metadata of the alias. |
Attributes
api_versions
The API versions.
api_versions: list[str] | None
metadata
The metadata of the alias path. If missing, fall back to the default metadata of the alias.
metadata: _models.AliasPathMetadata | None
path
The path of an alias.
path: str | None
pattern
The pattern for an alias path.
pattern: _models.AliasPattern | None