Class: Google::Apis::DfareportingV5::VideoFormatsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV5::VideoFormatsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb
Overview
Video Format List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#video_formats ⇒ Array<Google::Apis::DfareportingV5::VideoFormat>
Video format collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VideoFormatsListResponse
constructor
A new instance of VideoFormatsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VideoFormatsListResponse
Returns a new instance of VideoFormatsListResponse.
13785 13786 13787 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13785 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#videoFormatsListResponse".
Corresponds to the JSON property kind
13778 13779 13780 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13778 def kind @kind end |
#video_formats ⇒ Array<Google::Apis::DfareportingV5::VideoFormat>
Video format collection.
Corresponds to the JSON property videoFormats
13783 13784 13785 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13783 def video_formats @video_formats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13790 13791 13792 13793 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13790 def update!(**args) @kind = args[:kind] if args.key?(:kind) @video_formats = args[:video_formats] if args.key?(:video_formats) end |