Sha256: d8add7e1eb46781128e6521c7614ae8bdaec21306f52e4bd07d8b9b3a4cfd97a
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 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 # # Describes the result of an operation that created or updated a repair # task. # # This type supports the Service Fabric platform; it is not meant to be # used directly from your code. # class RepairTaskUpdateInfo include MsRestAzure # @return [String] The new version of the repair task. attr_accessor :version # # Mapper for RepairTaskUpdateInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RepairTaskUpdateInfo', type: { name: 'Composite', class_name: 'RepairTaskUpdateInfo', model_properties: { version: { client_side_validation: true, required: true, serialized_name: 'Version', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems