Show / Hide Table of Contents

Class AccountsResource.ContainersResource.WorkspacesResource.FoldersResource.ListRequest

Lists all GTM Folders of a Container.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListFoldersResponse>
TagManagerBaseServiceRequest<ListFoldersResponse>
AccountsResource.ContainersResource.WorkspacesResource.FoldersResource.ListRequest
Implements
IClientServiceRequest<ListFoldersResponse>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<ListFoldersResponse>.Xgafv
TagManagerBaseServiceRequest<ListFoldersResponse>.AccessToken
TagManagerBaseServiceRequest<ListFoldersResponse>.Alt
TagManagerBaseServiceRequest<ListFoldersResponse>.Callback
TagManagerBaseServiceRequest<ListFoldersResponse>.Fields
TagManagerBaseServiceRequest<ListFoldersResponse>.Key
TagManagerBaseServiceRequest<ListFoldersResponse>.OauthToken
TagManagerBaseServiceRequest<ListFoldersResponse>.PrettyPrint
TagManagerBaseServiceRequest<ListFoldersResponse>.QuotaUser
TagManagerBaseServiceRequest<ListFoldersResponse>.UploadType
TagManagerBaseServiceRequest<ListFoldersResponse>.UploadProtocol
ClientServiceRequest<ListFoldersResponse>.Execute()
ClientServiceRequest<ListFoldersResponse>.ExecuteAsStream()
ClientServiceRequest<ListFoldersResponse>.ExecuteAsync()
ClientServiceRequest<ListFoldersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListFoldersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListFoldersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListFoldersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListFoldersResponse>.GenerateRequestUri()
ClientServiceRequest<ListFoldersResponse>.GetBody()
ClientServiceRequest<ListFoldersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListFoldersResponse>.ETagAction
ClientServiceRequest<ListFoldersResponse>.ModifyRequest
ClientServiceRequest<ListFoldersResponse>.ValidateParameters
ClientServiceRequest<ListFoldersResponse>.ApiVersion
ClientServiceRequest<ListFoldersResponse>.RequestParameters
ClientServiceRequest<ListFoldersResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class AccountsResource.ContainersResource.WorkspacesResource.FoldersResource.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
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListFoldersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<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
string

Parent

GTM Workspace's API relative path.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListFoldersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
TagManagerBaseServiceRequest<ListFoldersResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX