AccountsContainersWorkspacesTriggersResource class

Constructors

AccountsContainersWorkspacesTriggersResource(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(Trigger request, String parent, {String? $fields}) Future<Trigger>
Creates a GTM Trigger.
delete(String path, {String? $fields}) Future<void>
Deletes a GTM Trigger.
get(String path, {String? $fields}) Future<Trigger>
Gets a GTM Trigger.
list(String parent, {String? pageToken, String? $fields}) Future<ListTriggersResponse>
Lists all GTM Triggers 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<RevertTriggerResponse>
Reverts changes to a GTM Trigger in a GTM Workspace.
toString() String
A string representation of this object.
inherited
update(Trigger request, String path, {String? fingerprint, String? $fields}) Future<Trigger>
Updates a GTM Trigger.

Operators

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