Class: Google::Apis::DfareportingV5::SizesListResponse

Inherits:
Object
  • Object
show all
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

Size List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SizesListResponse

Returns a new instance of SizesListResponse.



12350
12351
12352
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12350

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#sizesListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


12343
12344
12345
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12343

def kind
  @kind
end

#sizesArray<Google::Apis::DfareportingV5::Size>

Size collection. Corresponds to the JSON property sizes



12348
12349
12350
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12348

def sizes
  @sizes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12355
12356
12357
12358
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 12355

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