Resource: Folder
Represents a Google Tag Manager Folder.
| JSON representation | 
|---|
| { "accountId": string, "containerId": string, "folderId": string, "name": string, "fingerprint": string } | 
| Fields | |
|---|---|
| accountId | 
 GTM Account ID. | 
| containerId | 
 GTM Container ID. | 
| folderId | 
 The Folder ID uniquely identifies the GTM Folder. | 
| name | 
 Folder display name. | 
| fingerprint | 
 The fingerprint of the GTM Folder as computed at storage time. This value is recomputed whenever the folder is modified. | 
| Methods | |
|---|---|
| 
 | Creates a GTM Folder. | 
| 
 | Deletes a GTM Folder. | 
| 
 | Gets a GTM Folder. | 
| 
 | Lists all GTM Folders of a Container. | 
| 
 | Updates a GTM Folder. |