Show / Hide Table of Contents

Class AccountsResource.ContainersResource.WorkspacesResource.FoldersResource.ListRequest

Lists all GTM Folders of a Container.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListFoldersResponse>
TagManagerBaseServiceRequest<ListFoldersResponse>
AccountsResource.ContainersResource.WorkspacesResource.FoldersResource.ListRequest
Implements
IClientServiceRequest<ListFoldersResponse>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<ListFoldersResponse>.Alt
TagManagerBaseServiceRequest<ListFoldersResponse>.Fields
TagManagerBaseServiceRequest<ListFoldersResponse>.Key
TagManagerBaseServiceRequest<ListFoldersResponse>.OauthToken
TagManagerBaseServiceRequest<ListFoldersResponse>.PrettyPrint
TagManagerBaseServiceRequest<ListFoldersResponse>.QuotaUser
TagManagerBaseServiceRequest<ListFoldersResponse>.UserIp
ClientServiceRequest<ListFoldersResponse>.Execute()
ClientServiceRequest<ListFoldersResponse>.ExecuteAsStream()
ClientServiceRequest<ListFoldersResponse>.ExecuteAsync()
ClientServiceRequest<ListFoldersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListFoldersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListFoldersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListFoldersResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListFoldersResponse>.GenerateRequestUri()
ClientServiceRequest<ListFoldersResponse>.GetBody()
ClientServiceRequest<ListFoldersResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListFoldersResponse>.ETagAction
ClientServiceRequest<ListFoldersResponse>.ModifyRequest
ClientServiceRequest<ListFoldersResponse>.RequestParameters
ClientServiceRequest<ListFoldersResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class ListRequest : TagManagerBaseServiceRequest<ListFoldersResponse>, IClientServiceRequest<ListFoldersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListFoldersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListFoldersResponse>.MethodName

PageToken

Continuation token for fetching the next page of results.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
System.String

Parent

GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.TagManager.v2.Data.ListFoldersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.TagManager.v2.TagManagerBaseServiceRequest<Google.Apis.TagManager.v2.Data.ListFoldersResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top