class Google::Apis::DfareportingV3_3::SiteVideoSettings
Video Settings
Attributes
Companion Settings Corresponds to the JSON property `companionSettings` @return [Google::Apis::DfareportingV3_3::SiteCompanionSetting]
Identifies what kind of resource this is. Value: the fixed string “ dfareporting#siteVideoSettings”. Corresponds to the JSON property `kind` @return [String]
Orientation of a site template used for video. This will act as default for new placements created under this site. Corresponds to the JSON property `orientation` @return [String]
Skippable Settings Corresponds to the JSON property `skippableSettings` @return [Google::Apis::DfareportingV3_3::SiteSkippableSetting]
Transcode Settings Corresponds to the JSON property `transcodeSettings` @return [Google::Apis::DfareportingV3_3::SiteTranscodeSetting]
Public Class Methods
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 10798 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 10803 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