class Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCostSummaryProperties

The properties of the cost summary.

Attributes

estimated_lab_cost[RW]

@return [Float] The cost component of the cost item.

Public Class Methods

mapper() click to toggle source

Mapper for LabCostSummaryProperties class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/lab_cost_summary_properties.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'LabCostSummaryProperties',
    type: {
      name: 'Composite',
      class_name: 'LabCostSummaryProperties',
      model_properties: {
        estimated_lab_cost: {
          client_side_validation: true,
          required: false,
          serialized_name: 'estimatedLabCost',
          type: {
            name: 'Double'
          }
        }
      }
    }
  }
end