Class: Azure::CostManagement::Mgmt::V2018_05_31::Models::ReportConfigDatasetConfiguration
- Inherits:
-
Object
- Object
- Azure::CostManagement::Mgmt::V2018_05_31::Models::ReportConfigDatasetConfiguration
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-05-31/generated/azure_mgmt_cost_management/models/report_config_dataset_configuration.rb
Overview
The configuration of dataset in the report.
Instance Attribute Summary collapse
-
#columns ⇒ Array<String>
report.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ReportConfigDatasetConfiguration class as Ruby Hash.
Instance Attribute Details
#columns ⇒ Array<String>
report. Any valid report column name is allowed. If not provided, then report includes all columns.
18 19 20 |
# File 'lib/2018-05-31/generated/azure_mgmt_cost_management/models/report_config_dataset_configuration.rb', line 18 def columns @columns end |
Class Method Details
.mapper ⇒ Object
Mapper for ReportConfigDatasetConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/2018-05-31/generated/azure_mgmt_cost_management/models/report_config_dataset_configuration.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ReportConfigDatasetConfiguration', type: { name: 'Composite', class_name: 'ReportConfigDatasetConfiguration', model_properties: { columns: { client_side_validation: true, required: false, serialized_name: 'columns', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end |