Class: Google::Apis::DfareportingV3_4::VideoFormatsListResponse

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

Video Format List Response

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) ⇒ VideoFormatsListResponse

Returns a new instance of VideoFormatsListResponse.



12633
12634
12635
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12633

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

Instance Attribute Details

#kindString

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

Returns:

  • (String)


12626
12627
12628
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12626

def kind
  @kind
end

#video_formatsArray<Google::Apis::DfareportingV3_4::VideoFormat>

Video format collection. Corresponds to the JSON property videoFormats



12631
12632
12633
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12631

def video_formats
  @video_formats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12638
12639
12640
12641
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12638

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