Class GraphInnerError
Inheritance
GraphInnerError
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public class GraphInnerError
Properties
|
Edit this page
View Source
ClientRequestId
Declaration
[JsonProperty("client-request-id")]
public string ClientRequestId { get; set; }
Property Value
|
Edit this page
View Source
Date
Declaration
[JsonProperty("date")]
public string Date { get; set; }
Property Value
|
Edit this page
View Source
RequestId
Declaration
[JsonProperty("request-id")]
public string RequestId { get; set; }
Property Value
Extension Methods