Class AccountsResource.ContainersResource.DestinationsResource.LinkRequest
Adds a Destination to this Container and removes it from the Container to which it is currently linked.
Inheritance
AccountsResource.ContainersResource.DestinationsResource.LinkRequest
Inherited Members
Namespace: Google.Apis.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class AccountsResource.ContainersResource.DestinationsResource.LinkRequest : TagManagerBaseServiceRequest<Destination>, IClientServiceRequest<Destination>, IClientServiceRequest
Constructors
LinkRequest(IClientService, string)
Constructs a new Link request.
Declaration
public LinkRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
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? |
DestinationId
Destination ID to be linked to the current container.
Declaration
[RequestParameter("destinationId", RequestParameterType.Query)]
public virtual string DestinationId { 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
Parent
GTM parent Container's API relative path. Example: accounts/{account_id}/containers/{container_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Link parameter list.
Declaration
protected override void InitParameters()