Sha256: 4a9d151a4467578acc930f89ebb49e2cd0ac229b77d492d6dc5dc36a0a933e9f
Contents?: true
Size: 1.78 KB
Versions: 5
Compression:
Stored size: 1.78 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_3_0_9 module Models # # Describes a list of property batch operations to be executed. Either all # or none of the operations will be committed. # class PropertyBatchDescriptionList include MsRestAzure # @return [Array<PropertyBatchOperation>] A list of the property batch # operations to be executed. attr_accessor :operations # # Mapper for PropertyBatchDescriptionList class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PropertyBatchDescriptionList', type: { name: 'Composite', class_name: 'PropertyBatchDescriptionList', model_properties: { operations: { client_side_validation: true, required: false, serialized_name: 'Operations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'PropertyBatchOperationElementType', type: { name: 'Composite', polymorphic_discriminator: 'Kind', uber_parent: 'PropertyBatchOperation', class_name: 'PropertyBatchOperation' } } } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems