Class: Google::Apis::DfareportingV3_3::VideoFormatsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_3::VideoFormatsListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/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::DfareportingV3_3::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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ VideoFormatsListResponse
Returns a new instance of VideoFormatsListResponse
12209 12210 12211 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 12209 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
12202 12203 12204 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 12202 def kind @kind end |
#video_formats ⇒ Array<Google::Apis::DfareportingV3_3::VideoFormat>
Video format collection.
Corresponds to the JSON property videoFormats
12207 12208 12209 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 12207 def video_formats @video_formats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12214 12215 12216 12217 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 12214 def update!(**args) @kind = args[:kind] if args.key?(:kind) @video_formats = args[:video_formats] if args.key?(:video_formats) end |