Show / Hide Table of Contents

Class CreativeConfig

Creative requirements configuration for the inventory source.

Inheritance
System.Object
CreativeConfig
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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CreativeConfig : IDirectResponseSchema

Properties

CreativeType

The type of creative that can be assigned to the inventory source.

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

DisplayCreativeConfig

The configuration for display creatives. Applicable when creative_type is CREATIVE_TYPE_STANDARD.

Declaration
[JsonProperty("displayCreativeConfig")]
public virtual InventorySourceDisplayCreativeConfig DisplayCreativeConfig { get; set; }
Property Value
Type Description
InventorySourceDisplayCreativeConfig

ETag

The ETag of the item.

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

VideoCreativeConfig

The configuration for video creatives. Applicable when creative_type is CREATIVE_TYPE_VIDEO.

Declaration
[JsonProperty("videoCreativeConfig")]
public virtual InventorySourceVideoCreativeConfig VideoCreativeConfig { get; set; }
Property Value
Type Description
InventorySourceVideoCreativeConfig

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top