Sha256: 7fef7991ac87c8a9b47e4c2c3af8913448869ea0c2cc54924f7ad216e5d57638
Contents?: true
Size: 1.27 KB
Versions: 5
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_4_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
5 entries across 5 versions & 1 rubygems