class Google::Apis::DfareportingV3_3::VideoSettings
Video Settings
Attributes
Companion Settings Corresponds to the JSON property `companionSettings` @return [Google::Apis::DfareportingV3_3::CompanionSetting]
Identifies what kind of resource this is. Value: the fixed string “ dfareporting#videoSettings”. Corresponds to the JSON property `kind` @return [String]
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 Corresponds to the JSON property `skippableSettings` @return [Google::Apis::DfareportingV3_3::SkippableSetting]
Transcode Settings Corresponds to the JSON property `transcodeSettings` @return [Google::Apis::DfareportingV3_3::TranscodeSetting]
Public Class Methods
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 12127 def initialize(**args) update!(**args) end
Public Instance Methods
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