Class: Google::Apis::AdexchangebuyerV1_4::BillingInfoList
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::BillingInfoList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb
Overview
A billing info feed lists Billing Info the Ad Exchange buyer account has access to. Each entry in the feed corresponds to a single billing info.
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_4::BillingInfo>
A list of billing info relevant for your account.
-
#kind ⇒ String
Resource type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BillingInfoList
constructor
A new instance of BillingInfoList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BillingInfoList
Returns a new instance of BillingInfoList
328 329 330 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 328 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_4::BillingInfo>
A list of billing info relevant for your account.
Corresponds to the JSON property items
321 322 323 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 321 def items @items end |
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
326 327 328 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 326 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
333 334 335 336 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 333 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |