class Azure::OperationsManagement::Mgmt::V2015_11_01_preview::Models::SolutionPatch
The properties of a Solution
that can be patched.
Attributes
Private Class Methods
mapper()
click to toggle source
Mapper for SolutionPatch
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-11-01-preview/generated/azure_mgmt_operations_management/models/solution_patch.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SolutionPatch', type: { name: 'Composite', class_name: 'SolutionPatch', 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