Show / Hide Table of Contents

Class AccountsResource.ContainersResource.VariablesResource

The "variables" collection of methods.

Inheritance
object
AccountsResource.ContainersResource.VariablesResource
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.VariablesResource

Constructors

VariablesResource(IClientService)

Constructs a new resource.

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

Methods

Create(Variable, string, string)

Creates a GTM Variable.

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

The body of the request.

string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

Returns
Type Description
AccountsResource.ContainersResource.VariablesResource.CreateRequest

Delete(string, string, string)

Deletes a GTM Variable.

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

The GTM Account ID.

string containerId

The GTM Container ID.

string variableId

The GTM Variable ID.

Returns
Type Description
AccountsResource.ContainersResource.VariablesResource.DeleteRequest

Get(string, string, string)

Gets a GTM Variable.

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

The GTM Account ID.

string containerId

The GTM Container ID.

string variableId

The GTM Variable ID.

Returns
Type Description
AccountsResource.ContainersResource.VariablesResource.GetRequest

List(string, string)

Lists all GTM Variables of a Container.

Declaration
public virtual AccountsResource.ContainersResource.VariablesResource.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.VariablesResource.ListRequest

Update(Variable, string, string, string)

Updates a GTM Variable.

Declaration
public virtual AccountsResource.ContainersResource.VariablesResource.UpdateRequest Update(Variable body, string accountId, string containerId, string variableId)
Parameters
Type Name Description
Variable body

The body of the request.

string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

string variableId

The GTM Variable ID.

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