Show / Hide Table of Contents

Class AccountsResource.ListRequest

Lists all GTM Accounts that a user has access to.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListAccountsResponse>
TagManagerBaseServiceRequest<ListAccountsResponse>
AccountsResource.ListRequest
Implements
IClientServiceRequest<ListAccountsResponse>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<ListAccountsResponse>.Xgafv
TagManagerBaseServiceRequest<ListAccountsResponse>.AccessToken
TagManagerBaseServiceRequest<ListAccountsResponse>.Alt
TagManagerBaseServiceRequest<ListAccountsResponse>.Callback
TagManagerBaseServiceRequest<ListAccountsResponse>.Fields
TagManagerBaseServiceRequest<ListAccountsResponse>.Key
TagManagerBaseServiceRequest<ListAccountsResponse>.OauthToken
TagManagerBaseServiceRequest<ListAccountsResponse>.PrettyPrint
TagManagerBaseServiceRequest<ListAccountsResponse>.QuotaUser
TagManagerBaseServiceRequest<ListAccountsResponse>.UploadType
TagManagerBaseServiceRequest<ListAccountsResponse>.UploadProtocol
ClientServiceRequest<ListAccountsResponse>.Execute()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStream()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsync()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAccountsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListAccountsResponse>.GenerateRequestUri()
ClientServiceRequest<ListAccountsResponse>.GetBody()
ClientServiceRequest<ListAccountsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAccountsResponse>.ETagAction
ClientServiceRequest<ListAccountsResponse>.ModifyRequest
ClientServiceRequest<ListAccountsResponse>.ValidateParameters
ClientServiceRequest<ListAccountsResponse>.ApiVersion
ClientServiceRequest<ListAccountsResponse>.RequestParameters
ClientServiceRequest<ListAccountsResponse>.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.v1
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class AccountsResource.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
string
Overrides
ClientServiceRequest<ListAccountsResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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