class Google::Apis::DfareportingV3_3::TranscodeSetting
Transcode Settings
Attributes
enabled_video_formats[RW]
Allowlist 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` @return [Array<Fixnum>]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ dfareporting#transcodeSetting”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 11600 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 11605 def update!(**args) @enabled_video_formats = args[:enabled_video_formats] if args.key?(:enabled_video_formats) @kind = args[:kind] if args.key?(:kind) end