Class: Google::Apis::DfareportingV2_8::VideoSettings

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

Overview

Video Settings

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ VideoSettings

Returns a new instance of VideoSettings



12032
12033
12034
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 12032

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

Instance Attribute Details

#companion_settingsGoogle::Apis::DfareportingV2_8::CompanionSetting

Companion Settings Corresponds to the JSON property companionSettings



12014
12015
12016
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 12014

def companion_settings
  @companion_settings
end

#kindString

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

Returns:

  • (String)


12020
12021
12022
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 12020

def kind
  @kind
end

#skippable_settingsGoogle::Apis::DfareportingV2_8::SkippableSetting

Skippable Settings Corresponds to the JSON property skippableSettings



12025
12026
12027
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 12025

def skippable_settings
  @skippable_settings
end

#transcode_settingsGoogle::Apis::DfareportingV2_8::TranscodeSetting

Transcode Settings Corresponds to the JSON property transcodeSettings



12030
12031
12032
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 12030

def transcode_settings
  @transcode_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12037
12038
12039
12040
12041
12042
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 12037

def update!(**args)
  @companion_settings = args[:companion_settings] if args.key?(:companion_settings)
  @kind = args[:kind] if args.key?(:kind)
  @skippable_settings = args[:skippable_settings] if args.key?(:skippable_settings)
  @transcode_settings = args[:transcode_settings] if args.key?(:transcode_settings)
end