class Azure::ServiceFabric::V6_4_0_36::Models::PropertyValue

Describes a Service Fabric property value.

Attributes

Kind[RW]

Public Class Methods

mapper() click to toggle source

Mapper for PropertyValue class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/6.4.0.36/generated/azure_service_fabric/models/property_value.rb, line 33
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PropertyValue',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'Kind',
      uber_parent: 'PropertyValue',
      class_name: 'PropertyValue',
      model_properties: {
      }
    }
  }
end
new() click to toggle source
# File lib/6.4.0.36/generated/azure_service_fabric/models/property_value.rb, line 22
def initialize
  @Kind = "PropertyValue"
end