Class AccountsResource.ContainersResource.LookupRequest
Looks up a Container by destination ID or tag ID.
Inheritance
AccountsResource.ContainersResource.LookupRequest
Inherited Members
Namespace: Google.Apis.TagManager.v2
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class AccountsResource.ContainersResource.LookupRequest : TagManagerBaseServiceRequest<Container>, IClientServiceRequest<Container>, IClientServiceRequest
Constructors
LookupRequest(IClientService)
Constructs a new Lookup request.
Declaration
public LookupRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
DestinationId
Destination ID linked to a GTM Container, e.g. AW-123456789. Example: accounts/containers:lookup?destination_id={destination_id}. Only one of destination_id or tag_id should be set.
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TagId
Tag ID for a GTM Container, e.g. GTM-123456789. Example: accounts/containers:lookup?tag_id={tag_id}. Only one of destination_id or tag_id should be set.
Declaration
[RequestParameter("tagId", RequestParameterType.Query)]
public virtual string TagId { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Lookup parameter list.
Declaration
protected override void InitParameters()