Show / Hide Table of Contents

Class AccountsResource.ListRequest

Lists all GTM Accounts that a user has access to.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListAccountsResponse>
TagManagerBaseServiceRequest<ListAccountsResponse>
AccountsResource.ListRequest
Implements
IClientServiceRequest<ListAccountsResponse>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<ListAccountsResponse>.Alt
TagManagerBaseServiceRequest<ListAccountsResponse>.Fields
TagManagerBaseServiceRequest<ListAccountsResponse>.Key
TagManagerBaseServiceRequest<ListAccountsResponse>.OauthToken
TagManagerBaseServiceRequest<ListAccountsResponse>.PrettyPrint
TagManagerBaseServiceRequest<ListAccountsResponse>.QuotaUser
TagManagerBaseServiceRequest<ListAccountsResponse>.UserIp
ClientServiceRequest<ListAccountsResponse>.Execute()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStream()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsync()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAccountsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListAccountsResponse>.GenerateRequestUri()
ClientServiceRequest<ListAccountsResponse>.GetBody()
ClientServiceRequest<ListAccountsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListAccountsResponse>.ETagAction
ClientServiceRequest<ListAccountsResponse>.ModifyRequest
ClientServiceRequest<ListAccountsResponse>.RequestParameters
ClientServiceRequest<ListAccountsResponse>.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<ListAccountsResponse>, IClientServiceRequest<ListAccountsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

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.ListAccountsResponse>.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.ListAccountsResponse>.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

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.ListAccountsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top