Sha256: 6cc8fc4a81e230c9d6a311d65b7f4663f4229d69980e2023b0fbd95835ee673b
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 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::Mysql::Mgmt::V2018_06_01 module Models # # Tags object for patch operations. # class TagsObject include MsRestAzure # @return [Hash{String => String}] Resource tags. attr_accessor :tags # # Mapper for TagsObject class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TagsObject', type: { name: 'Composite', class_name: 'TagsObject', 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_mysql-0.17.2 | lib/2018-06-01/generated/azure_mgmt_mysql/models/tags_object.rb |