Show / Hide Table of Contents

Class ZoneBoundary

Represents a Zone's boundaries.

Inheritance
object
ZoneBoundary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX