Sha256: 4146ae8bc5b6cb68cf61cfc68aa84ed4e16fe6f27f807dba4db79c034ed965cd
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 # # The list of replica health state chunks that respect the input filters in # the chunk query. Returned by get cluster health state chunks query. # class ReplicaHealthStateChunkList include MsRestAzure # @return [Array<ReplicaHealthStateChunk>] The list of replica health # state chunks that respect the input filters in the chunk query. attr_accessor :items # # Mapper for ReplicaHealthStateChunkList class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ReplicaHealthStateChunkList', type: { name: 'Composite', class_name: 'ReplicaHealthStateChunkList', model_properties: { items: { client_side_validation: true, required: false, serialized_name: 'Items', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ReplicaHealthStateChunkElementType', type: { name: 'Composite', class_name: 'ReplicaHealthStateChunk' } } } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems