Class: Google::Apis::DfareportingV2_7::TranscodeSetting
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_7::TranscodeSetting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/representations.rb
Overview
Transcode Settings
Instance Attribute Summary collapse
-
#enabled_video_formats ⇒ Array<Fixnum>
Whitelist of video formats to be served to this placement.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TranscodeSetting
constructor
A new instance of TranscodeSetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TranscodeSetting
Returns a new instance of TranscodeSetting
11374 11375 11376 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11374 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled_video_formats ⇒ Array<Fixnum>
Whitelist of video formats to be served to this placement. Set this list to
null or empty to serve all video formats.
Corresponds to the JSON property enabledVideoFormats
11366 11367 11368 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11366 def enabled_video_formats @enabled_video_formats end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#transcodeSetting".
Corresponds to the JSON property kind
11372 11373 11374 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11372 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11379 11380 11381 11382 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11379 def update!(**args) @enabled_video_formats = args[:enabled_video_formats] if args.key?(:enabled_video_formats) @kind = args[:kind] if args.key?(:kind) end |