Sha256: 45f8633a3af161520bca4dcae9a0c7830d1138298944e63dfa6178b3acbecdbc
Contents?: true
Size: 1.43 KB
Versions: 2
Compression:
Stored size: 1.43 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 # # Wrapper object for health evaluation. # class HealthEvaluationWrapper include MsRestAzure # @return [HealthEvaluation] Represents a health evaluation which # describes the data and the algorithm used by health manager to evaluate # the health of an entity. attr_accessor :health_evaluation # # Mapper for HealthEvaluationWrapper class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'HealthEvaluationWrapper', type: { name: 'Composite', class_name: 'HealthEvaluationWrapper', model_properties: { health_evaluation: { client_side_validation: true, required: false, serialized_name: 'HealthEvaluation', type: { name: 'Composite', polymorphic_discriminator: 'Kind', uber_parent: 'HealthEvaluation', class_name: 'HealthEvaluation' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems