Class: Google::Apis::DfareportingV4::SizesListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::SizesListResponse
- 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
Size List Response
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#sizes ⇒ Array<Google::Apis::DfareportingV4::Size>
Size collection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SizesListResponse
constructor
A new instance of SizesListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SizesListResponse
Returns a new instance of SizesListResponse.
11884 11885 11886 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11884 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
11877 11878 11879 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11877 def kind @kind end |
#sizes ⇒ Array<Google::Apis::DfareportingV4::Size>
Size collection.
Corresponds to the JSON property sizes
11882 11883 11884 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11882 def sizes @sizes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11889 11890 11891 11892 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 11889 def update!(**args) @kind = args[:kind] if args.key?(:kind) @sizes = args[:sizes] if args.key?(:sizes) end |