AccountsContainersTagsResource class

Constructors

AccountsContainersTagsResource(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 accountId, String containerId, {String? $fields}) Future<Tag>
Creates a GTM Tag.
delete(String accountId, String containerId, String tagId, {String? $fields}) Future<void>
Deletes a GTM Tag.
get(String accountId, String containerId, String tagId, {String? $fields}) Future<Tag>
Gets a GTM Tag.
list(String accountId, String containerId, {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
toString() String
A string representation of this object.
inherited
update(Tag request, String accountId, String containerId, String tagId, {String? fingerprint, String? $fields}) Future<Tag>
Updates a GTM Tag.

Operators

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