Class GraphCollectionResponse<T>
Common response structure for children / drives / delta endpoints
Inheritance
GraphCollectionResponse<T>
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class GraphCollectionResponse<T>
Type Parameters
Fields
|
Edit this page
View Source
DeltaLink
Delta responses can also include this
Declaration
[JsonProperty("@odata.deltaLink")]
public string DeltaLink
Field Value
|
Edit this page
View Source
NextLink
Declaration
[JsonProperty("@odata.nextLink")]
public string NextLink
Field Value
Properties
|
Edit this page
View Source
Value
Declaration
public List<T> Value { get; set; }
Property Value
Extension Methods