AccountsContainersWorkspacesTagsResource class

Constructors

AccountsContainersWorkspacesTagsResource(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(Tag request, String parent, {String? $fields}) Future<Tag>
Creates a GTM Tag.
delete(String path, {String? $fields}) Future<void>
Deletes a GTM Tag.
get(String path, {String? $fields}) Future<Tag>
Gets a GTM Tag.
list(String parent, {String? pageToken, String? $fields}) Future<ListTagsResponse>
Lists all GTM Tags of a Container.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(String path, {String? fingerprint, String? $fields}) Future<RevertTagResponse>
Reverts changes to a GTM Tag in a GTM Workspace.
toString() String
A string representation of this object.
inherited
update(Tag request, String path, {String? fingerprint, String? $fields}) Future<Tag>
Updates a GTM Tag.

Operators

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