Show / Hide Table of Contents

Class ZoneBoundary

Represents a Zone's boundaries.

Inheritance
System.Object
ZoneBoundary
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.Collections.Generic.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
System.Collections.Generic.IList<System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top