Sha256: 46b6c6c1c922c8051fb6a9f674157231788d8a25aa3251ca54191f408b738a25
Contents?: true
Size: 1.15 KB
Versions: 3
Compression:
Stored size: 1.15 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 code version. # class FabricCodeVersionInfo include MsRestAzure # @return [String] The product version of Service Fabric. attr_accessor :code_version # # Mapper for FabricCodeVersionInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FabricCodeVersionInfo', type: { name: 'Composite', class_name: 'FabricCodeVersionInfo', model_properties: { code_version: { client_side_validation: true, required: false, serialized_name: 'CodeVersion', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems