class Azure::Consumption::Mgmt::V2018_11_01_preview::Models::ChargesListByBillingAccount
Result of listing charge summary by billing account. It contains a list of available change summaries in reverse chronological order by billing period.
Attributes
value[RW]
@return [Array<ChargeSummaryByBillingAccount>] The list of charge summary by billing account.
Public Class Methods
mapper()
click to toggle source
Mapper for ChargesListByBillingAccount
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charges_list_by_billing_account.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ChargesListByBillingAccount', type: { name: 'Composite', class_name: 'ChargesListByBillingAccount', model_properties: { value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ChargeSummaryByBillingAccountElementType', type: { name: 'Composite', class_name: 'ChargeSummaryByBillingAccount' } } } } } } } end