Sha256: 8b62e4212e047bdc437e431ed09acb742894945b0c41b1df9652ef9ab1851a49
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 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::ARM::Billing 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() { required: false, serialized_name: 'ErrorResponse', type: { name: 'Composite', class_name: 'ErrorResponse', model_properties: { error: { required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorDetails' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_billing-0.14.0 | lib/generated/azure_mgmt_billing/models/error_response.rb |