Class DriveItemDeltaResponse
Inheritance
DriveItemDeltaResponse
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class DriveItemDeltaResponse
Properties
|
Edit this page
View Source
DeltaLink
Declaration
[JsonProperty("@odata.deltaLink")]
public string DeltaLink { get; set; }
Property Value
|
Edit this page
View Source
NextLink
Declaration
[JsonProperty("@odata.nextLink")]
public string NextLink { get; set; }
Property Value
|
Edit this page
View Source
Value
Declaration
public List<DriveItem> Value { get; set; }
Property Value
Extension Methods