Class: Azure::ServiceFabric::V6_5_0_36::Models::PropertyBatchInfo
- Inherits:
-
Object
- Object
- Azure::ServiceFabric::V6_5_0_36::Models::PropertyBatchInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/6.5.0.36/generated/azure_service_fabric/models/property_batch_info.rb
Overview
Information about the results of a property batch.
Direct Known Subclasses
Constant Summary collapse
- @@discriminatorMap =
Hash.new
Instance Attribute Summary collapse
-
#Kind ⇒ Object
Returns the value of attribute Kind.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PropertyBatchInfo class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ PropertyBatchInfo
constructor
A new instance of PropertyBatchInfo.
Constructor Details
#initialize ⇒ PropertyBatchInfo
Returns a new instance of PropertyBatchInfo.
19 20 21 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/property_batch_info.rb', line 19 def initialize @Kind = "PropertyBatchInfo" end |
Instance Attribute Details
#Kind ⇒ Object
Returns the value of attribute Kind.
23 24 25 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/property_batch_info.rb', line 23 def Kind @Kind end |
Class Method Details
.mapper ⇒ Object
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.5.0.36/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 |