Sha256: 4a72749e7fe1f4dc2ba3a2d310bc95a1ac969364854d4b3ed9d0b0d54695f115
Contents?: true
Size: 1.24 KB
Versions: 4
Compression:
Stored size: 1.24 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::Billing::Mgmt::V2018_03_01_preview module Models # # Error response indicates that the service is not able to process the # incoming request. The reason is provided in the error message. # class ErrorResponse include MsRestAzure # @return [ErrorDetails] The details of the error. attr_accessor :error # # Mapper for ErrorResponse class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ErrorResponse', type: { name: 'Composite', class_name: 'ErrorResponse', model_properties: { error: { client_side_validation: true, required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorDetails' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems