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