Show / Hide Table of Contents

Class AccountsResource.ContainersResource.TriggersResource

The "triggers" collection of methods.

Inheritance
object
AccountsResource.ContainersResource.TriggersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TagManager.v1
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class AccountsResource.ContainersResource.TriggersResource

Constructors

TriggersResource(IClientService)

Constructs a new resource.

Declaration
public TriggersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Trigger, string, string)

Creates a GTM Trigger.

Declaration
public virtual AccountsResource.ContainersResource.TriggersResource.CreateRequest Create(Trigger body, string accountId, string containerId)
Parameters
Type Name Description
Trigger body

The body of the request.

string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

Returns
Type Description
AccountsResource.ContainersResource.TriggersResource.CreateRequest

Delete(string, string, string)

Deletes a GTM Trigger.

Declaration
public virtual AccountsResource.ContainersResource.TriggersResource.DeleteRequest Delete(string accountId, string containerId, string triggerId)
Parameters
Type Name Description
string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

string triggerId

The GTM Trigger ID.

Returns
Type Description
AccountsResource.ContainersResource.TriggersResource.DeleteRequest

Get(string, string, string)

Gets a GTM Trigger.

Declaration
public virtual AccountsResource.ContainersResource.TriggersResource.GetRequest Get(string accountId, string containerId, string triggerId)
Parameters
Type Name Description
string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

string triggerId

The GTM Trigger ID.

Returns
Type Description
AccountsResource.ContainersResource.TriggersResource.GetRequest

List(string, string)

Lists all GTM Triggers of a Container.

Declaration
public virtual AccountsResource.ContainersResource.TriggersResource.ListRequest List(string accountId, string containerId)
Parameters
Type Name Description
string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

Returns
Type Description
AccountsResource.ContainersResource.TriggersResource.ListRequest

Update(Trigger, string, string, string)

Updates a GTM Trigger.

Declaration
public virtual AccountsResource.ContainersResource.TriggersResource.UpdateRequest Update(Trigger body, string accountId, string containerId, string triggerId)
Parameters
Type Name Description
Trigger body

The body of the request.

string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

string triggerId

The GTM Trigger ID.

Returns
Type Description
AccountsResource.ContainersResource.TriggersResource.UpdateRequest
In this article
Back to top Generated by DocFX