Sha256: d0d5dee876afebb5234957cb8d22bf934a62d826cd2fe765db1ed10173dbc02f
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
# 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::DataLakeStore::Account module Models # # Data Lake Store inner error information # class InnerError include MsRestAzure # @return [String] the stack trace for the error attr_accessor :trace # @return [String] the context for the error message attr_accessor :context # # Mapper for InnerError class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'InnerError', type: { name: 'Composite', class_name: 'InnerError', model_properties: { trace: { required: false, read_only: true, serialized_name: 'trace', type: { name: 'String' } }, context: { required: false, read_only: true, serialized_name: 'context', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems