Class: Google::Apis::DfareportingV3_4::SiteTranscodeSetting

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

Overview

Transcode 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) ⇒ SiteTranscodeSetting

Returns a new instance of SiteTranscodeSetting.



11335
11336
11337
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11335

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

Instance Attribute Details

#enabled_video_formatsArray<Fixnum>

Whitelist 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

Returns:

  • (Array<Fixnum>)


11327
11328
11329
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11327

def enabled_video_formats
  @enabled_video_formats
end

#kindString

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

Returns:

  • (String)


11333
11334
11335
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11333

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11340
11341
11342
11343
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 11340

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