Sha256: a01af1f2a5f95caa4416abb197f70265505591f1a710a4a1dca1b5d204056428
Contents?: true
Size: 1.07 KB
Versions: 3
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_5_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
3 entries across 3 versions & 1 rubygems