Class: Google::Apis::DfareportingV3_3::SiteVideoSettings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb

Overview

Video Settings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SiteVideoSettings

Returns a new instance of SiteVideoSettings.



10798
10799
10800
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 10798

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#companion_settingsGoogle::Apis::DfareportingV3_3::SiteCompanionSetting

Companion Settings Corresponds to the JSON property companionSettings



10774
10775
10776
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 10774

def companion_settings
  @companion_settings
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#siteVideoSettings". Corresponds to the JSON property kind

Returns:

  • (String)


10780
10781
10782
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 10780

def kind
  @kind
end

#orientationString

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

Returns:

  • (String)


10786
10787
10788
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 10786

def orientation
  @orientation
end

#skippable_settingsGoogle::Apis::DfareportingV3_3::SiteSkippableSetting

Skippable Settings Corresponds to the JSON property skippableSettings



10791
10792
10793
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 10791

def skippable_settings
  @skippable_settings
end

#transcode_settingsGoogle::Apis::DfareportingV3_3::SiteTranscodeSetting

Transcode Settings Corresponds to the JSON property transcodeSettings



10796
10797
10798
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 10796

def transcode_settings
  @transcode_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10803
10804
10805
10806
10807
10808
10809
# File 'generated/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