Class OneDriveWorkSchoolItem
- Namespace
- FoundationaLLM.Core.Models
- Assembly
- FoundationaLLM.Core.dll
OneDriveWorkSchool object.
public class OneDriveWorkSchoolItem
- Inheritance
-
OneDriveWorkSchoolItem
- Inherited Members
- Extension Methods
Properties
AccessToken
The access token required to fetch the item contents.
[JsonPropertyName("access_token")]
public string? AccessToken { get; set; }
Property Value
DriveId
The drive unique identifier.
[JsonPropertyName("driveId")]
public string? DriveId { get; set; }
Property Value
Id
The item unique identifier.
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
MimeType
The OneDrive file mime type.
[JsonPropertyName("mimeType")]
public string? MimeType { get; set; }
Property Value
Name
The item name.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
ObjectId
The id of the object that was created or updated.
public string? ObjectId { get; set; }