Class ZoneBoundary
Represents a Zone's boundaries.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class ZoneBoundary : IDirectResponseSchema
Properties
Condition
The conditions that, when conjoined, make up the boundary.
Declaration
[JsonProperty("condition")]
public virtual IList<Condition> Condition { get; set; }
Property Value
Type | Description |
---|---|
IList<Condition> |
CustomEvaluationTriggerId
Custom evaluation trigger IDs. A zone will evaluate its boundary conditions when any of the listed triggers are true.
Declaration
[JsonProperty("customEvaluationTriggerId")]
public virtual IList<string> CustomEvaluationTriggerId { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |