Show / Hide Table of Contents

Class AccountsResource.UpdateRequest

Updates a GTM Account.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Account>
TagManagerBaseServiceRequest<Account>
AccountsResource.UpdateRequest
Implements
IClientServiceRequest<Account>
IClientServiceRequest
Inherited Members
TagManagerBaseServiceRequest<Account>.Xgafv
TagManagerBaseServiceRequest<Account>.AccessToken
TagManagerBaseServiceRequest<Account>.Alt
TagManagerBaseServiceRequest<Account>.Callback
TagManagerBaseServiceRequest<Account>.Fields
TagManagerBaseServiceRequest<Account>.Key
TagManagerBaseServiceRequest<Account>.OauthToken
TagManagerBaseServiceRequest<Account>.PrettyPrint
TagManagerBaseServiceRequest<Account>.QuotaUser
TagManagerBaseServiceRequest<Account>.UploadType
TagManagerBaseServiceRequest<Account>.UploadProtocol
ClientServiceRequest<Account>.Execute()
ClientServiceRequest<Account>.ExecuteAsStream()
ClientServiceRequest<Account>.ExecuteAsync()
ClientServiceRequest<Account>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Account>.ExecuteAsStreamAsync()
ClientServiceRequest<Account>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Account>.CreateRequest(bool?)
ClientServiceRequest<Account>.GenerateRequestUri()
ClientServiceRequest<Account>.GetDefaultETagAction(string)
ClientServiceRequest<Account>.ETagAction
ClientServiceRequest<Account>.ModifyRequest
ClientServiceRequest<Account>.ValidateParameters
ClientServiceRequest<Account>.ApiVersion
ClientServiceRequest<Account>.RequestParameters
ClientServiceRequest<Account>.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.UpdateRequest : TagManagerBaseServiceRequest<Account>, IClientServiceRequest<Account>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, Account, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, Account body, string accountId)
Parameters
Type Name Description
IClientService service
Account body
string accountId

Properties

AccountId

The GTM Account ID.

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

Fingerprint

When provided, this fingerprint must match the fingerprint of the account in storage.

Declaration
[RequestParameter("fingerprint", RequestParameterType.Query)]
public virtual string Fingerprint { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Account>.GetBody()

InitParameters()

Initializes Update parameter list.

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

Implements

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