AliasPattern Class
The type of the pattern for an alias path.
Constructor
AliasPattern(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
phrase
|
The alias pattern phrase. |
|
variable
|
The alias pattern variable. |
|
type
|
The pattern for an alias path. Known values are: "NotSpecified" and "Extract". |
Attributes
phrase
The alias pattern phrase.
phrase: str | None
type
"NotSpecified" and "Extract".
type: str | _models.AliasPatternType | None
variable
The alias pattern variable.
variable: str | None