Class AccountsResource.ContainersResource.VariablesResource.DeleteRequest
Deletes a GTM Variable.
Inheritance
AccountsResource.ContainersResource.VariablesResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.TagManager.v1
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class AccountsResource.ContainersResource.VariablesResource.DeleteRequest : TagManagerBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string, string, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string accountId, string containerId, string variableId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | accountId | |
string | containerId | |
string | variableId |
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
Google.Apis.Requests.ClientServiceRequest<string>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.RestPath
VariableId
The GTM Variable ID.
Declaration
[RequestParameter("variableId", RequestParameterType.Path)]
public virtual string VariableId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()