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