Sha256: 9209e38c1d9107eedc08f6c72ceab37ec2f0a4a2b00b7b325665b05467976af9
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 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::Graph::Mgmt::V1_6 module Models # # Active Directory error information. # class GraphError include MsRestAzure # @return [String] Error code. attr_accessor :code # @return [String] Error message value. attr_accessor :message # # Mapper for GraphError class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GraphError', type: { name: 'Composite', class_name: 'GraphError', model_properties: { code: { client_side_validation: true, required: false, serialized_name: 'odata\\.error.code', type: { name: 'String' } }, message: { client_side_validation: true, required: false, serialized_name: 'odata\\.error.message.value', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_graph-0.15.3 | lib/1.6/generated/azure_mgmt_graph/models/graph_error.rb |
azure_mgmt_graph-0.15.2 | lib/1.6/generated/azure_mgmt_graph/models/graph_error.rb |