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