Sha256: ca864b8c916b8905219667e07cc6f2573b2e6d05cecc9da54a8408670b874794
Contents?: true
Size: 1.45 KB
Versions: 6
Compression:
Stored size: 1.45 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ServiceFabric::Mgmt::V2016_09_01 module Models # # ServiceFabric settings under sections # class SettingsParameterDescription include MsRestAzure # @return [String] The name of settings property attr_accessor :name # @return [String] The value of the property attr_accessor :value # # Mapper for SettingsParameterDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SettingsParameterDescription', type: { name: 'Composite', class_name: 'SettingsParameterDescription', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems