Sha256: 348bfb5017e21050dbcf2a07f66d32a99056e75d72da016e66cf41c4addee0a5
Contents?: true
Size: 1.29 KB
Versions: 6
Compression:
Stored size: 1.29 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::OperationalInsights::Mgmt::V2020_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 DataExportErrorResponse include MsRestAzure # @return [ErrorResponse] The details of the error. attr_accessor :error # # Mapper for DataExportErrorResponse class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DataExportErrorResponse', type: { name: 'Composite', class_name: 'DataExportErrorResponse', model_properties: { error: { client_side_validation: true, required: false, serialized_name: 'error', type: { name: 'Composite', class_name: 'ErrorResponse' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems