# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MobileEngagement module Models # # Model object. # class ApiError include MsRestAzure # @return [ApiErrorError] attr_accessor :error # # Mapper for ApiError class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ApiError', type: { name: 'Composite', class_name: 'ApiError', model_properties: { error: { required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'ApiErrorError' } } } } } end end end end