Sha256: 75a77a57506960458ce79c733d3d4155bc7d6a536a67624879bf365230035419
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 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::Security::Mgmt::V2020_01_01 module Models # # A list of key value pairs that describe the resource. # class Tags include MsRestAzure # @return [Hash{String => String}] A list of key value pairs that # describe the resource. attr_accessor :tags # # Mapper for Tags class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Tags', type: { name: 'Composite', class_name: 'Tags', 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_security-0.19.0 | lib/2020-01-01/generated/azure_mgmt_security/models/tags.rb |
azure_mgmt_security-0.18.2 | lib/2020-01-01/generated/azure_mgmt_security/models/tags.rb |