class Google::Apis::DfareportingV3_4::SiteTranscodeSetting

Transcode Settings

Attributes

enabled_video_formats[RW]

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` @return [Array<Fixnum>]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#siteTranscodeSetting”. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 11690
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_4/classes.rb, line 11695
def update!(**args)
  @enabled_video_formats = args[:enabled_video_formats] if args.key?(:enabled_video_formats)
  @kind = args[:kind] if args.key?(:kind)
end