AccountsContainersFoldersResource class
Methods
-
create(Folder request, String accountId, String containerId, {String? $fields})
→ Future<Folder>
-
Creates a GTM Folder.
-
delete(String accountId, String containerId, String folderId, {String? $fields})
→ Future<void>
-
Deletes a GTM Folder.
-
get(String accountId, String containerId, String folderId, {String? $fields})
→ Future<Folder>
-
Gets a GTM Folder.
-
list(String accountId, String containerId, {String? $fields})
→ Future<ListFoldersResponse>
-
Lists all GTM Folders of a Container.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Folder request, String accountId, String containerId, String folderId, {String? fingerprint, String? $fields})
→ Future<Folder>
-
Updates a GTM Folder.