Class: Google::Apis::DfareportingV3_5::SiteTranscodeSetting

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

Overview

Transcode Settings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SiteTranscodeSetting

Returns a new instance of SiteTranscodeSetting.



11351
11352
11353
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 11351

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

Instance Attribute Details

#enabled_video_formatsArray<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

Returns:

  • (Array<Fixnum>)


11343
11344
11345
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 11343

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)


11349
11350
11351
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 11349

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11356
11357
11358
11359
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 11356

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