Sha256: 772f2de8e573698bda4b5ab56daaf3b390e53d5907f7ef2390145a9f2ebafb8a
Contents?: true
Size: 1.7 KB
Versions: 3
Compression:
Stored size: 1.7 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::V6_5_0_36 module Models # # Defines an item in ServiceTypeHealthPolicyMap. # class ServiceTypeHealthPolicyMapItem include MsRestAzure # @return [String] The key of the service type health policy map item. # This is the name of the service type. attr_accessor :key # @return [ServiceTypeHealthPolicy] The value of the service type health # policy map item. This is the ServiceTypeHealthPolicy for this service # type. attr_accessor :value # # Mapper for ServiceTypeHealthPolicyMapItem class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ServiceTypeHealthPolicyMapItem', type: { name: 'Composite', class_name: 'ServiceTypeHealthPolicyMapItem', model_properties: { key: { client_side_validation: true, required: true, serialized_name: 'Key', type: { name: 'String' } }, value: { client_side_validation: true, required: true, serialized_name: 'Value', type: { name: 'Composite', class_name: 'ServiceTypeHealthPolicy' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems