Class: Google::Apis::AdexchangesellerV2_0::Metadata
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangesellerV2_0::Metadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangeseller_v2_0/classes.rb,
generated/google/apis/adexchangeseller_v2_0/representations.rb,
generated/google/apis/adexchangeseller_v2_0/representations.rb
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::AdexchangesellerV2_0::ReportingMetadataEntry>
Corresponds to the JSON property
items
. -
#kind ⇒ String
Kind of list this is, in this case adexchangeseller#metadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Metadata
constructor
A new instance of Metadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Metadata
Returns a new instance of Metadata
386 387 388 |
# File 'generated/google/apis/adexchangeseller_v2_0/classes.rb', line 386 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangesellerV2_0::ReportingMetadataEntry>
Corresponds to the JSON property items
379 380 381 |
# File 'generated/google/apis/adexchangeseller_v2_0/classes.rb', line 379 def items @items end |
#kind ⇒ String
Kind of list this is, in this case adexchangeseller#metadata.
Corresponds to the JSON property kind
384 385 386 |
# File 'generated/google/apis/adexchangeseller_v2_0/classes.rb', line 384 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
391 392 393 394 |
# File 'generated/google/apis/adexchangeseller_v2_0/classes.rb', line 391 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |