Sha256: c090246985be3f5e25453caa892dea068281e07f219a688a128811b5e213fec6
Contents?: true
Size: 1.48 KB
Versions: 6
Compression:
Stored size: 1.48 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::OperationalInsights::Mgmt::V2020_03_01_preview module Models # # The resource management error additional info. # class ErrorAdditionalInfo include MsRestAzure # @return [String] The additional info type. attr_accessor :type # @return The additional info. attr_accessor :info # # Mapper for ErrorAdditionalInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ErrorAdditionalInfo', type: { name: 'Composite', class_name: 'ErrorAdditionalInfo', model_properties: { type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, info: { client_side_validation: true, required: false, read_only: true, serialized_name: 'info', type: { name: 'Object' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems