Class: Google::Apis::DfareportingV5::BillingAssignmentsListResponse

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

Billing assignment List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BillingAssignmentsListResponse

Returns a new instance of BillingAssignmentsListResponse.



1350
1351
1352
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 1350

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

Instance Attribute Details

#billing_assignmentsArray<Google::Apis::DfareportingV5::BillingAssignment>

Billing assignments collection. Corresponds to the JSON property billingAssignments



1342
1343
1344
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 1342

def billing_assignments
  @billing_assignments
end

#kindString

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

Returns:

  • (String)


1348
1349
1350
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 1348

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1355
1356
1357
1358
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 1355

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