Class TagSettings
Dynamic and Image Tag Settings.
Inheritance
System.Object
TagSettings
Implements
Google.Apis.Requests.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.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class TagSettings : IDirectResponseSchema
Properties
DynamicTagEnabled
Whether dynamic floodlight tags are enabled.
Declaration
[JsonProperty("dynamicTagEnabled")]
public virtual bool? DynamicTagEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageTagEnabled
Whether image tags are enabled.
Declaration
[JsonProperty("imageTagEnabled")]
public virtual bool? ImageTagEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema