Sha256: 0045b5ccfc19d92f6576c21842a669fb0024f280b155e63a4a328334024e2b5e
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 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 replica. # class ReplicaStatusBase include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["KeyValueStore"] = "KeyValueStoreReplicaStatus" def initialize @Kind = "ReplicaStatusBase" end attr_accessor :Kind # # Mapper for ReplicaStatusBase class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ReplicaStatusBase', type: { name: 'Composite', polymorphic_discriminator: 'Kind', uber_parent: 'ReplicaStatusBase', class_name: 'ReplicaStatusBase', model_properties: { } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems