class Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDevicePatch
The Data Box Edge/Gateway device patch.
Attributes
Private Class Methods
mapper()
click to toggle source
Mapper for DataBoxEdgeDevicePatch
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_databoxedge/models/data_box_edge_device_patch.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DataBoxEdgeDevicePatch', type: { name: 'Composite', class_name: 'DataBoxEdgeDevicePatch', model_properties: { tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end