Sha256: 9d439fbc4d6f702dc39230ac579d0eecfe1ab75078303d1b35432f9ab5d866dc
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 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::V6_5_0_36 module Models # # Information about a Service Fabric config version. # class FabricConfigVersionInfo include MsRestAzure # @return [String] The config version of Service Fabric. attr_accessor :config_version # # Mapper for FabricConfigVersionInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FabricConfigVersionInfo', type: { name: 'Composite', class_name: 'FabricConfigVersionInfo', model_properties: { config_version: { client_side_validation: true, required: false, serialized_name: 'ConfigVersion', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems