Class AccountsResource.ContainersResource.CombineRequest
Combines Containers.
Inheritance
AccountsResource.ContainersResource.CombineRequest
Inherited Members
Namespace: Google.Apis.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class AccountsResource.ContainersResource.CombineRequest : TagManagerBaseServiceRequest<Container>, IClientServiceRequest<Container>, IClientServiceRequest
Constructors
CombineRequest(IClientService, string)
Constructs a new Combine request.
Declaration
public CombineRequest(IClientService service, string path)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | path |
Properties
AllowUserPermissionFeatureUpdate
Must be set to true to allow features.user_permissions to change from false to true. If this operation causes an update but this bit is false, the operation will fail.
Declaration
[RequestParameter("allowUserPermissionFeatureUpdate", RequestParameterType.Query)]
public virtual bool? AllowUserPermissionFeatureUpdate { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ContainerId
ID of container that will be merged into the current container.
Declaration
[RequestParameter("containerId", RequestParameterType.Query)]
public virtual string ContainerId { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Path
GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id}
Declaration
[RequestParameter("path", RequestParameterType.Path)]
public virtual string Path { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SettingSource
Specify the source of config setting after combine
Declaration
[RequestParameter("settingSource", RequestParameterType.Query)]
public virtual AccountsResource.ContainersResource.CombineRequest.SettingSourceEnum? SettingSource { get; set; }
Property Value
Type | Description |
---|---|
AccountsResource.ContainersResource.CombineRequest.SettingSourceEnum? |
Methods
InitParameters()
Initializes Combine parameter list.
Declaration
protected override void InitParameters()