AccountsContainersFoldersResource class

Constructors

AccountsContainersFoldersResource(ApiRequester client)

Properties

entities AccountsContainersFoldersEntitiesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.

Operators

operator ==(Object other) bool
The equality operator.
inherited