Class Drive
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class Drive : IHasId<string>
Properties
|
Edit this page
View Source
DriveType
Declaration
[JsonProperty("driveType")]
public string DriveType { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
SiteId
Declaration
[JsonProperty("siteId")]
public string SiteId { get; set; }
Property Value
|
Edit this page
View Source
WebUrl
Declaration
[JsonProperty("webUrl")]
public string WebUrl { get; set; }
Property Value
Implements
Extension Methods