View Source GoogleApi.DisplayVideo.V1.Model.CreativeConfig (google_api_display_video v0.35.0)

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. Only the following types are supported: CREATIVE_TYPE_STANDARD CREATIVE_TYPE_VIDEO
  • displayCreativeConfig (type: GoogleApi.DisplayVideo.V1.Model.InventorySourceDisplayCreativeConfig.t, default: nil) - The configuration for display creatives. Applicable when creative_type is CREATIVE_TYPE_STANDARD.
  • videoCreativeConfig (type: GoogleApi.DisplayVideo.V1.Model.InventorySourceVideoCreativeConfig.t, default: nil) - The configuration for video creatives. Applicable when creative_type is CREATIVE_TYPE_VIDEO.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.CreativeConfig{
  creativeType: String.t() | nil,
  displayCreativeConfig:
    GoogleApi.DisplayVideo.V1.Model.InventorySourceDisplayCreativeConfig.t()
    | nil,
  videoCreativeConfig:
    GoogleApi.DisplayVideo.V1.Model.InventorySourceVideoCreativeConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.