Sha256: 1dd5eab47d3cc1b2eb35887d3645a786f194fb2acec001a98805a53fec453728
Contents?: true
Size: 1.07 KB
Versions: 5
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::V6_4_0_36 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
5 entries across 5 versions & 1 rubygems