class Azure::Consumption::Mgmt::V2018_11_01_preview::Models::ChargesListByInvoiceSection
Result of listing charge summary by invoiceSection. It contains a list of available change summaries in reverse chronological order by billing period.
Attributes
value[RW]
@return [Array<ChargeSummaryByInvoiceSection>] The list of charge summary by invoiceSection.
Public Class Methods
mapper()
click to toggle source
Mapper for ChargesListByInvoiceSection
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_invoice_section.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ChargesListByInvoiceSection', type: { name: 'Composite', class_name: 'ChargesListByInvoiceSection', 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: 'ChargeSummaryByInvoiceSectionElementType', type: { name: 'Composite', class_name: 'ChargeSummaryByInvoiceSection' } } } } } } } end