Show / Hide Table of Contents

Class AccountsResource.ContainersResource.EnvironmentsResource.CreateRequest

Creates a GTM Environment.

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

Constructors

CreateRequest(IClientService, Environment, string, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, Environment body, string accountId, string containerId)
Parameters
Type Name Description
IClientService service
Environment body
string accountId
string containerId

Properties

AccountId

The GTM Account ID.

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

ContainerId

The GTM Container ID.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

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

Implements

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