Show / Hide Table of Contents

Class CreativeSettings

Creative Settings

Inheritance
System.Object
CreativeSettings
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.Dfareporting.v3_2.Data
Assembly: Google.Apis.Dfareporting.v3_2.dll
Syntax
public class CreativeSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IFrameFooter

Header text for iFrames for this site. Must be less than or equal to 2000 characters long.

Declaration
[JsonProperty("iFrameFooter")]
public virtual string IFrameFooter { get; set; }
Property Value
Type Description
System.String

IFrameHeader

Header text for iFrames for this site. Must be less than or equal to 2000 characters long.

Declaration
[JsonProperty("iFrameHeader")]
public virtual string IFrameHeader { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top