google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.VideoSettings View Source

Video Settings

Attributes

  • companionSettings (type: GoogleApi.DFAReporting.V33.Model.CompanionSetting.t, default: nil) - Settings for the companion creatives of video creatives served to this placement.
  • kind (type: String.t, default: dfareporting#videoSettings) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoSettings".
  • orientation (type: String.t, default: nil) - Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation.
  • skippableSettings (type: GoogleApi.DFAReporting.V33.Model.SkippableSetting.t, default: nil) - Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden.
  • transcodeSettings (type: GoogleApi.DFAReporting.V33.Model.TranscodeSetting.t, default: nil) - Settings for the transcodes of video creatives served to this placement. If this object is provided, the creative-level transcode settings will be overridden.

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 Source
t() :: %GoogleApi.DFAReporting.V33.Model.VideoSettings{
  companionSettings: GoogleApi.DFAReporting.V33.Model.CompanionSetting.t(),
  kind: String.t(),
  orientation: String.t(),
  skippableSettings: GoogleApi.DFAReporting.V33.Model.SkippableSetting.t(),
  transcodeSettings: GoogleApi.DFAReporting.V33.Model.TranscodeSetting.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.