class Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase
This type describes the properties of a secret resource, including its kind.
Attributes
kind[RW]
Public Class Methods
mapper()
click to toggle source
Mapper for SecretResourcePropertiesBase
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.4.0.36/generated/azure_service_fabric/models/secret_resource_properties_base.rb, line 31 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
new()
click to toggle source
# File lib/6.4.0.36/generated/azure_service_fabric/models/secret_resource_properties_base.rb, line 20 def initialize @kind = "SecretResourcePropertiesBase" end