AliasPath Class 
The type of the paths for alias.
Constructor
AliasPath(*, path: str | None = None, api_versions: List[str] | None = None, pattern: _models.AliasPattern | None = None, **kwargs: Any)
		Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 path 
	 | 
	
		
		 The path of an alias. Default value: None 
			 | 
| 
		 api_versions 
	 | 
	
		
		 The API versions. Default value: None 
			 | 
| 
		 pattern 
	 | 
	
		
		 The pattern for an alias path. Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 path 
	 | 
	
		
		 The path of an alias.  | 
| 
		 api_versions 
	 | 
	
		
		 The API versions.  | 
| 
		 pattern 
	 | 
	
		
		 The pattern for an alias path.  |