Class: Google::Apis::DfareportingV2_8::SizesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_8::SizesListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_8/classes.rb,
generated/google/apis/dfareporting_v2_8/representations.rb,
generated/google/apis/dfareporting_v2_8/representations.rb
Overview
Size List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#sizes ⇒ Array<Google::Apis::DfareportingV2_8::Size>
Size collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SizesListResponse
constructor
A new instance of SizesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SizesListResponse
Returns a new instance of SizesListResponse
10814 10815 10816 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10814 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#sizesListResponse".
Corresponds to the JSON property kind
10807 10808 10809 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10807 def kind @kind end |
#sizes ⇒ Array<Google::Apis::DfareportingV2_8::Size>
Size collection.
Corresponds to the JSON property sizes
10812 10813 10814 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10812 def sizes @sizes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10819 10820 10821 10822 |
# File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 10819 def update!(**args) @kind = args[:kind] if args.key?(:kind) @sizes = args[:sizes] if args.key?(:sizes) end |