Sha256: 3878a740a0b2cd78587840b645c40e2a0f628873ad10a4abb4618f696a8be23d
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 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 a request for forced approval of a repair task. # # This type supports the Service Fabric platform; it is not meant to be # used directly from your code. # class RepairTaskApproveDescription include MsRestAzure # @return [String] The ID of the repair task. attr_accessor :task_id # @return [String] The current version number of the repair task. If # non-zero, then the request will only succeed if this value matches the # actual current version of the repair task. If zero, then no version # check is performed. attr_accessor :version # # Mapper for RepairTaskApproveDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RepairTaskApproveDescription', type: { name: 'Composite', class_name: 'RepairTaskApproveDescription', model_properties: { task_id: { client_side_validation: true, required: true, serialized_name: 'TaskId', type: { name: 'String' } }, version: { client_side_validation: true, required: false, serialized_name: 'Version', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems