Class: Azure::ServiceFabric::V6_3_0_9::Models::PropertyBatchInfo

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/6.3.0.9/generated/azure_service_fabric/models/property_batch_info.rb

Overview

Information about the results of a property batch.

Constant Summary collapse

@@discriminatorMap =
Hash.new

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePropertyBatchInfo

Returns a new instance of PropertyBatchInfo.



19
20
21
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/property_batch_info.rb', line 19

def initialize
  @Kind = "PropertyBatchInfo"
end

Instance Attribute Details

#KindObject

Returns the value of attribute Kind.



23
24
25
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/property_batch_info.rb', line 23

def Kind
  @Kind
end

Class Method Details

.mapperObject

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



30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'lib/6.3.0.9/generated/azure_service_fabric/models/property_batch_info.rb', line 30

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PropertyBatchInfo',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'Kind',
      uber_parent: 'PropertyBatchInfo',
      class_name: 'PropertyBatchInfo',
      model_properties: {
      }
    }
  }
end