Sha256: d9c9c43249fea911f99508611ace62a2368da0961893b0a758c3439bab5f4c06
Contents?: true
Size: 1.78 KB
Versions: 2
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::V7_0_0_42 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
2 entries across 2 versions & 1 rubygems