Sha256: 919dd659d8bc7f6d360619850b5368ba64d533c21c758561dae738dbeb2db059
Contents?: true
Size: 1.15 KB
Versions: 5
Compression:
Stored size: 1.15 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 # # Information about the results of a property batch. # class PropertyBatchInfo include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["Successful"] = "SuccessfulPropertyBatchInfo" @@discriminatorMap["Failed"] = "FailedPropertyBatchInfo" def initialize @Kind = "PropertyBatchInfo" end attr_accessor :Kind # # Mapper for PropertyBatchInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PropertyBatchInfo', type: { name: 'Composite', polymorphic_discriminator: 'Kind', uber_parent: 'PropertyBatchInfo', class_name: 'PropertyBatchInfo', model_properties: { } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems