class Azure::IotHub::Mgmt::V2018_04_01::Models::TagsResource
A container holding only the Tags for a resource, allowing the user to update the tags on an IoT Hub instance.
Attributes
Public Class Methods
mapper()
click to toggle source
Mapper for TagsResource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-04-01/generated/azure_mgmt_iot_hub/models/tags_resource.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TagsResource', type: { name: 'Composite', class_name: 'TagsResource', 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