Show / Hide Table of Contents

Class CreativeConfig

Creative requirements configuration for the inventory source.

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

Properties

CreativeType

The type of creative that can be assigned to the inventory source. Only the following types are supported: * CREATIVE_TYPE_STANDARD * CREATIVE_TYPE_VIDEO

Declaration
[JsonProperty("creativeType")]
public virtual string CreativeType { get; set; }
Property Value
Type Description
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
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

IDirectResponseSchema
In this article
Back to top Generated by DocFX