Sha256: 6facc775d433dc67f0153fb3f01cb487d5a2e8abfa679d18e4c113374a2671c4
Contents?: true
Size: 1.28 KB
Versions: 3
Compression:
Stored size: 1.28 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_08_01 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
3 entries across 3 versions & 1 rubygems