class Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetDescriptionBase

Describes the entities targeted by a repair action.

This type supports the Service Fabric platform; it is not meant to be used directly from your code.

Attributes

Kind[RW]

Public Class Methods

mapper() click to toggle source

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

# File lib/6.4.0.36/generated/azure_service_fabric/models/repair_target_description_base.rb, line 32
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'RepairTargetDescriptionBase',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'Kind',
      uber_parent: 'RepairTargetDescriptionBase',
      class_name: 'RepairTargetDescriptionBase',
      model_properties: {
      }
    }
  }
end
new() click to toggle source
# File lib/6.4.0.36/generated/azure_service_fabric/models/repair_target_description_base.rb, line 21
def initialize
  @Kind = "RepairTargetDescriptionBase"
end