Show / Hide Table of Contents

Class ZoneTypeRestriction

Represents a Zone's type restrictions.

Inheritance
object
ZoneTypeRestriction
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 ZoneTypeRestriction : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Enable

True if type restrictions have been enabled for this Zone.

Declaration
[JsonProperty("enable")]
public virtual bool? Enable { get; set; }
Property Value
Type Description
bool?

WhitelistedTypeId

List of type public ids that have been whitelisted for use in this Zone.

Declaration
[JsonProperty("whitelistedTypeId")]
public virtual IList<string> WhitelistedTypeId { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX