Sha256: faf84b2734bf5eb51e7a9d9155b0d7a1a304bb77c3bb82d4d5eba88f19045c9b

Contents?: true

Size: 1.17 KB

Versions: 2

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::V7_0_0_42
  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

2 entries across 2 versions & 1 rubygems

Version Path
azure_service_fabric-0.18.1 lib/7.0.0.42/generated/azure_service_fabric/models/fabric_config_version_info.rb
azure_service_fabric-0.18.0 lib/7.0.0.42/generated/azure_service_fabric/models/fabric_config_version_info.rb