Class AccountsResource.ContainersResource.TagsResource
The "tags" collection of methods.
Inherited Members
Namespace: Google.Apis.TagManager.v1
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class AccountsResource.ContainersResource.TagsResource
Constructors
TagsResource(IClientService)
Constructs a new resource.
Declaration
public TagsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(Tag, string, string)
Creates a GTM Tag.
Declaration
public virtual AccountsResource.ContainersResource.TagsResource.CreateRequest Create(Tag body, string accountId, string containerId)
Parameters
Type | Name | Description |
---|---|---|
Tag | body | The body of the request. |
string | accountId | The GTM Account ID. |
string | containerId | The GTM Container ID. |
Returns
Type | Description |
---|---|
AccountsResource.ContainersResource.TagsResource.CreateRequest |
Delete(string, string, string)
Deletes a GTM Tag.
Declaration
public virtual AccountsResource.ContainersResource.TagsResource.DeleteRequest Delete(string accountId, string containerId, string tagId)
Parameters
Type | Name | Description |
---|---|---|
string | accountId | The GTM Account ID. |
string | containerId | The GTM Container ID. |
string | tagId | The GTM Tag ID. |
Returns
Type | Description |
---|---|
AccountsResource.ContainersResource.TagsResource.DeleteRequest |
Get(string, string, string)
Gets a GTM Tag.
Declaration
public virtual AccountsResource.ContainersResource.TagsResource.GetRequest Get(string accountId, string containerId, string tagId)
Parameters
Type | Name | Description |
---|---|---|
string | accountId | The GTM Account ID. |
string | containerId | The GTM Container ID. |
string | tagId | The GTM Tag ID. |
Returns
Type | Description |
---|---|
AccountsResource.ContainersResource.TagsResource.GetRequest |
List(string, string)
Lists all GTM Tags of a Container.
Declaration
public virtual AccountsResource.ContainersResource.TagsResource.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.TagsResource.ListRequest |
Update(Tag, string, string, string)
Updates a GTM Tag.
Declaration
public virtual AccountsResource.ContainersResource.TagsResource.UpdateRequest Update(Tag body, string accountId, string containerId, string tagId)
Parameters
Type | Name | Description |
---|---|---|
Tag | body | The body of the request. |
string | accountId | The GTM Account ID. |
string | containerId | The GTM Container ID. |
string | tagId | The GTM Tag ID. |
Returns
Type | Description |
---|---|
AccountsResource.ContainersResource.TagsResource.UpdateRequest |