Class: Google::Apis::DfareportingV4::SiteTranscodeSetting
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::SiteTranscodeSetting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb
Overview
Transcode Settings
Instance Attribute Summary collapse
-
#enabled_video_formats ⇒ Array<Fixnum>
Allowlist of video formats to be served to this site template.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SiteTranscodeSetting
constructor
A new instance of SiteTranscodeSetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SiteTranscodeSetting
Returns a new instance of SiteTranscodeSetting.
11707 11708 11709 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11707 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled_video_formats ⇒ Array<Fixnum>
Allowlist of video formats to be served to this site template. Set this list
to null or empty to serve all video formats.
Corresponds to the JSON property enabledVideoFormats
11699 11700 11701 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11699 def enabled_video_formats @enabled_video_formats end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#siteTranscodeSetting".
Corresponds to the JSON property kind
11705 11706 11707 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11705 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11712 11713 11714 11715 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11712 def update!(**args) @enabled_video_formats = args[:enabled_video_formats] if args.key?(:enabled_video_formats) @kind = args[:kind] if args.key?(:kind) end |