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