Sha256: 3b2dc95b0dd25abf33c5af5fea49c8a9bcd614743dfd1d8b4113c82a705aec94
Contents?: true
Size: 1.79 KB
Versions: 2
Compression:
Stored size: 1.79 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 # # The list of partition health state chunks that respect the input filters # in the chunk query description. # Returned by get cluster health state chunks query as part of the parent # application hierarchy. # class PartitionHealthStateChunkList include MsRestAzure # @return [Array<PartitionHealthStateChunk>] The list of partition health # state chunks that respect the input filters in the chunk query. attr_accessor :items # # Mapper for PartitionHealthStateChunkList class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PartitionHealthStateChunkList', type: { name: 'Composite', class_name: 'PartitionHealthStateChunkList', model_properties: { items: { client_side_validation: true, required: false, serialized_name: 'Items', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'PartitionHealthStateChunkElementType', type: { name: 'Composite', class_name: 'PartitionHealthStateChunk' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems