Class: Google::Apis::AdexchangebuyerV1_3::BillingInfoList
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_3::BillingInfoList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_3/classes.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb,
generated/google/apis/adexchangebuyer_v1_3/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_3::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
208 209 210 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 208 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_3::BillingInfo>
A list of billing info relevant for your account.
Corresponds to the JSON property items
201 202 203 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 201 def items @items end |
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
206 207 208 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 206 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
213 214 215 216 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 213 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |