google_api_display_video v0.3.1 GoogleApi.DisplayVideo.V1.Model.CreativeConfig View Source
Creative requirements configuration for the inventory source.
Attributes
creativeType
(type:String.t
, default:nil
) - The type of creative that can be assigned to the inventory source.displayCreativeConfig
(type:GoogleApi.DisplayVideo.V1.Model.InventorySourceDisplayCreativeConfig.t
, default:nil
) - The configuration for display creatives. Applicable when creative_type isCREATIVE_TYPE_STANDARD
.videoCreativeConfig
(type:GoogleApi.DisplayVideo.V1.Model.InventorySourceVideoCreativeConfig.t
, default:nil
) - The configuration for video creatives. Applicable when creative_type isCREATIVE_TYPE_VIDEO
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DisplayVideo.V1.Model.CreativeConfig{ creativeType: String.t(), displayCreativeConfig: GoogleApi.DisplayVideo.V1.Model.InventorySourceDisplayCreativeConfig.t(), videoCreativeConfig: GoogleApi.DisplayVideo.V1.Model.InventorySourceVideoCreativeConfig.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.