AliasPathMetadata Class
The alias path metadata.
Constructor
AliasPathMetadata(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
The type of the token that the alias path is referring to. Known values are: "NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", and "Boolean". |
|
attributes
|
The attributes of the token that the alias path is referring to. Known values are: "None" and "Modifiable". |
Attributes
attributes
"None" and "Modifiable".
attributes: str | _models.AliasPathAttributes | None
type
"NotSpecified", "Any", "String", "Object", "Array", "Integer", "Number", and "Boolean".
type: str | _models.AliasPathTokenType | None