Sha256: 4d2344a6b35173d8c7909601ad1d8ac68662d320ebe5dbde156303579deaad0e
Contents?: true
Size: 1.27 KB
Versions: 3
Compression:
Stored size: 1.27 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 # # This type describes the properties of a secret resource, including its # kind. # class SecretResourcePropertiesBase include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["SecretResourceProperties"] = "SecretResourceProperties" @@discriminatorMap["inlinedValue"] = "InlinedValueSecretResourceProperties" def initialize @kind = "SecretResourcePropertiesBase" end attr_accessor :kind # # Mapper for SecretResourcePropertiesBase class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SecretResourcePropertiesBase', type: { name: 'Composite', polymorphic_discriminator: 'kind', uber_parent: 'SecretResourcePropertiesBase', class_name: 'SecretResourcePropertiesBase', model_properties: { } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems