Sha256: 3be0503ebb15e4534314ecfeaaae21a4ed4bfa99c839f1be974681b990feed90
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 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::Automanage::Mgmt::V2020_06_30_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_automanage-0.17.0 | lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/error_additional_info.rb |