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