class Azure::DevTestLabs::Mgmt::V2018_09_15::Models::PercentageCostThresholdProperties
Properties of a percentage cost threshold.
Attributes
threshold_value[RW]
@return [Float] The cost threshold value.
Private Class Methods
mapper()
click to toggle source
Mapper for PercentageCostThresholdProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/percentage_cost_threshold_properties.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PercentageCostThresholdProperties', type: { name: 'Composite', class_name: 'PercentageCostThresholdProperties', model_properties: { threshold_value: { client_side_validation: true, required: false, serialized_name: 'thresholdValue', type: { name: 'Double' } } } } } end