Sha256: 85df3a75d55308425089e87698d6a55fd629869014ef88bd832a2afab3170afd
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 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_07_01_preview 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_security-0.19.0 | lib/2020-07-01-preview/generated/azure_mgmt_security/models/tags.rb |