Class: Google::Apis::DfareportingV4::VideoFormatsListResponse

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

Overview

Video Format List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VideoFormatsListResponse

Returns a new instance of VideoFormatsListResponse.



12836
12837
12838
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12836

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)


12829
12830
12831
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12829

def kind
  @kind
end

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

Video format collection. Corresponds to the JSON property videoFormats



12834
12835
12836
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12834

def video_formats
  @video_formats
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12841
12842
12843
12844
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 12841

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