Class: Google::Apis::DfareportingV4::BillingAssignmentsListResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::BillingAssignmentsListResponse
- 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
Billing assignment List Response
Instance Attribute Summary collapse
-
#billing_assignments ⇒ Array<Google::Apis::DfareportingV4::BillingAssignment>
Billing assignments collection.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BillingAssignmentsListResponse
constructor
A new instance of BillingAssignmentsListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BillingAssignmentsListResponse
Returns a new instance of BillingAssignmentsListResponse.
1404 1405 1406 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 1404 def initialize(**args) update!(**args) end |
Instance Attribute Details
#billing_assignments ⇒ Array<Google::Apis::DfareportingV4::BillingAssignment>
Billing assignments collection.
Corresponds to the JSON property billingAssignments
1396 1397 1398 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 1396 def billing_assignments @billing_assignments end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#billingAssignmentsListResponse".
Corresponds to the JSON property kind
1402 1403 1404 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 1402 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1409 1410 1411 1412 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 1409 def update!(**args) @billing_assignments = args[:billing_assignments] if args.key?(:billing_assignments) @kind = args[:kind] if args.key?(:kind) end |