Sha256: da9ea23147ab18a40cfd1d438cd1f3199f27e1e07b383ba9454b3f7ae39b914a
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::IotHub::Mgmt::V2019_07_01_preview module Models # # A container holding only the Tags for a resource, allowing the user to # update the tags on an IoT Hub instance. # class TagsResource include MsRestAzure # @return [Hash{String => String}] Resource tags attr_accessor :tags # # Mapper for TagsResource class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.17.5 | lib/2019-07-01-preview/generated/azure_mgmt_iot_hub/models/tags_resource.rb |