AccountsContainersWorkspacesFoldersResource class

Constructors

AccountsContainersWorkspacesFoldersResource(ApiRequester client)

Properties

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 parent, {String? $fields}) Future<Folder>
Creates a GTM Folder.
delete(String path, {String? $fields}) Future<void>
Deletes a GTM Folder.
entities(String path, {String? pageToken, String? $fields}) Future<FolderEntities>
List all entities in a GTM Folder.
get(String path, {String? $fields}) Future<Folder>
Gets a GTM Folder.
list(String parent, {String? pageToken, String? $fields}) Future<ListFoldersResponse>
Lists all GTM Folders of a Container.
moveEntitiesToFolder(Folder request, String path, {List<String>? tagId, List<String>? triggerId, List<String>? variableId, String? $fields}) Future<void>
Moves entities to a GTM Folder.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(String path, {String? fingerprint, String? $fields}) Future<RevertFolderResponse>
Reverts changes to a GTM Folder in a GTM Workspace.
toString() String
A string representation of this object.
inherited
update(Folder request, String path, {String? fingerprint, String? $fields}) Future<Folder>
Updates a GTM Folder.

Operators

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