class Google::Apis::DfareportingV3_3::VideoSettings

Video Settings

Attributes

companion_settings[RW]

Companion Settings Corresponds to the JSON property `companionSettings` @return [Google::Apis::DfareportingV3_3::CompanionSetting]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#videoSettings”. Corresponds to the JSON property `kind` @return [String]

orientation[RW]

Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation. Corresponds to the JSON property `orientation` @return [String]

skippable_settings[RW]

Skippable Settings Corresponds to the JSON property `skippableSettings` @return [Google::Apis::DfareportingV3_3::SkippableSetting]

transcode_settings[RW]

Transcode Settings Corresponds to the JSON property `transcodeSettings` @return [Google::Apis::DfareportingV3_3::TranscodeSetting]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 12127
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_3/classes.rb, line 12132
def update!(**args)
  @companion_settings = args[:companion_settings] if args.key?(:companion_settings)
  @kind = args[:kind] if args.key?(:kind)
  @orientation = args[:orientation] if args.key?(:orientation)
  @skippable_settings = args[:skippable_settings] if args.key?(:skippable_settings)
  @transcode_settings = args[:transcode_settings] if args.key?(:transcode_settings)
end