Show / Hide Table of Contents

Class AccountsResource.ContainersResource.FoldersResource.EntitiesResource

The "entities" collection of methods.

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

Constructors

EntitiesResource(IClientService)

Constructs a new resource.

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

Methods

List(string, string, string)

List all entities in a GTM Folder.

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

The GTM Account ID.

string containerId

The GTM Container ID.

string folderId

The GTM Folder ID.

Returns
Type Description
AccountsResource.ContainersResource.FoldersResource.EntitiesResource.ListRequest
In this article
Back to top Generated by DocFX