Sha256: ac0d898c7b42c9b613941276e77bb0a8233dd9f6492a8bf4d9f4b1d66eb38458
Contents?: true
Size: 1.17 KB
Versions: 5
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_3_0_9 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
5 entries across 5 versions & 1 rubygems