Class: Azure::DigitalTwins::Mgmt::V2020_10_31::Models::DigitalTwinsPatchDescription
- Inherits:
-
Object
- Object
- Azure::DigitalTwins::Mgmt::V2020_10_31::Models::DigitalTwinsPatchDescription
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-10-31/generated/azure_mgmt_digitaltwins/models/digital_twins_patch_description.rb
Overview
The description of the DigitalTwins service.
Instance Attribute Summary collapse
-
#tags ⇒ Hash{String => String}
Instance tags.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for DigitalTwinsPatchDescription class as Ruby Hash.
Instance Attribute Details
#tags ⇒ Hash{String => String}
Returns Instance tags.
16 17 18 |
# File 'lib/2020-10-31/generated/azure_mgmt_digitaltwins/models/digital_twins_patch_description.rb', line 16 def @tags end |
Class Method Details
.mapper ⇒ Object
Mapper for DigitalTwinsPatchDescription class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/2020-10-31/generated/azure_mgmt_digitaltwins/models/digital_twins_patch_description.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DigitalTwinsPatchDescription', type: { name: 'Composite', class_name: 'DigitalTwinsPatchDescription', model_properties: { tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end |