Sha256: 1c2a96eeb709f068b61489f19d72dfcb7b00941dfc39d5b12103765186fecaee
Contents?: true
Size: 1.49 KB
Versions: 7
Compression:
Stored size: 1.49 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::Logic::Mgmt::V2016_06_01 module Models # # A collection of batch configurations. # class BatchConfigurationCollection include MsRestAzure # @return [Array<BatchConfiguration>] attr_accessor :value # # Mapper for BatchConfigurationCollection class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BatchConfigurationCollection', type: { name: 'Composite', class_name: 'BatchConfigurationCollection', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'BatchConfigurationElementType', type: { name: 'Composite', class_name: 'BatchConfiguration' } } } } } } } end end end end
Version data entries
7 entries across 7 versions & 1 rubygems