Resource: GroupAlias
The Directory API manages aliases, which are alternative email addresses.
| JSON representation | 
|---|
{ "id": string, "primaryEmail": string, "alias": string, "kind": string, "etag": string }  | 
              
| Fields | |
|---|---|
id | 
                
                   
 The unique ID of the group.  | 
              
primaryEmail | 
                
                   
 The primary email address of the group.  | 
              
alias | 
                
                   
 The alias email address.  | 
              
kind | 
                
                   
 The type of the API resource. For Alias resources, the value is   | 
              
etag | 
                
                   
 ETag of the resource.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Removes an alias. | 
                
 | 
              Adds an alias for the group. | 
                
 | 
              Lists all aliases for a group. |