class Azure::ServiceFabric::V6_5_0_36::Models::RepairTaskUpdateInfo

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.

Attributes

version[RW]

@return [String] The new version of the repair task.

Public Class Methods

mapper() click to toggle source

Mapper for RepairTaskUpdateInfo class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/6.5.0.36/generated/azure_service_fabric/models/repair_task_update_info.rb, line 27
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