Sha256: 78d0946c6b8ccadcf15aaa805573bb798549c0da4ac07ebe1554a3a99d9649d6
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 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::CognitiveServices::Mgmt::V2017_04_18 module Models # # Cognitive Services error object. # class Error include MsRestAzure # @return [ErrorBody] The error body. attr_accessor :error # # Mapper for Error class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'Error', type: { name: 'Composite', class_name: 'Error', model_properties: { error: { required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorBody' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems