class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ValueDelta
The value of the delta.
Attributes
operation_type[RW]
@return [ValueDeltaOperationType] The operation type. Possible values include: 'Undefined', 'Add', 'Update', 'Delete'
value[RW]
@return [String] The value of the delta.
Private Class Methods
mapper()
click to toggle source
Mapper for ValueDelta
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/value_delta.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ValueDelta', type: { name: 'Composite', class_name: 'ValueDelta', model_properties: { operation_type: { client_side_validation: true, required: false, serialized_name: 'operationType', type: { name: 'String' } }, value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } } } } } end