Class: Google::Apis::DfareportingV3_4::SiteVideoSettings
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_4::SiteVideoSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb
Overview
Video Settings
Instance Attribute Summary collapse
-
#companion_settings ⇒ Google::Apis::DfareportingV3_4::SiteCompanionSetting
Companion Settings Corresponds to the JSON property
companionSettings
. -
#kind ⇒ String
Identifies what kind of resource this is.
-
#oba_enabled ⇒ Boolean
(also: #oba_enabled?)
Whether OBA icons are enabled for this placement.
-
#oba_settings ⇒ Google::Apis::DfareportingV3_4::ObaIcon
Online Behavioral Advertiser icon.
-
#orientation ⇒ String
Orientation of a site template used for video.
-
#skippable_settings ⇒ Google::Apis::DfareportingV3_4::SiteSkippableSetting
Skippable Settings Corresponds to the JSON property
skippableSettings
. -
#transcode_settings ⇒ Google::Apis::DfareportingV3_4::SiteTranscodeSetting
Transcode Settings Corresponds to the JSON property
transcodeSettings
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SiteVideoSettings
constructor
A new instance of SiteVideoSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SiteVideoSettings
Returns a new instance of SiteVideoSettings.
11743 11744 11745 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11743 def initialize(**args) update!(**args) end |
Instance Attribute Details
#companion_settings ⇒ Google::Apis::DfareportingV3_4::SiteCompanionSetting
Companion Settings
Corresponds to the JSON property companionSettings
11708 11709 11710 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11708 def companion_settings @companion_settings end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#siteVideoSettings".
Corresponds to the JSON property kind
11714 11715 11716 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11714 def kind @kind end |
#oba_enabled ⇒ Boolean Also known as: oba_enabled?
Whether OBA icons are enabled for this placement.
Corresponds to the JSON property obaEnabled
11719 11720 11721 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11719 def oba_enabled @oba_enabled end |
#oba_settings ⇒ Google::Apis::DfareportingV3_4::ObaIcon
Online Behavioral Advertiser icon.
Corresponds to the JSON property obaSettings
11725 11726 11727 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11725 def oba_settings @oba_settings end |
#orientation ⇒ 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
11731 11732 11733 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11731 def orientation @orientation end |
#skippable_settings ⇒ Google::Apis::DfareportingV3_4::SiteSkippableSetting
Skippable Settings
Corresponds to the JSON property skippableSettings
11736 11737 11738 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11736 def skippable_settings @skippable_settings end |
#transcode_settings ⇒ Google::Apis::DfareportingV3_4::SiteTranscodeSetting
Transcode Settings
Corresponds to the JSON property transcodeSettings
11741 11742 11743 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11741 def transcode_settings @transcode_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11748 11749 11750 11751 11752 11753 11754 11755 11756 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11748 def update!(**args) @companion_settings = args[:companion_settings] if args.key?(:companion_settings) @kind = args[:kind] if args.key?(:kind) @oba_enabled = args[:oba_enabled] if args.key?(:oba_enabled) @oba_settings = args[:oba_settings] if args.key?(:oba_settings) @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 |