Table of Contents

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

string

DriveId

The drive unique identifier.

[JsonPropertyName("driveId")]
public string? DriveId { get; set; }

Property Value

string

Id

The item unique identifier.

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

MimeType

The OneDrive file mime type.

[JsonPropertyName("mimeType")]
public string? MimeType { get; set; }

Property Value

string

Name

The item name.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

ObjectId

The id of the object that was created or updated.

public string? ObjectId { get; set; }

Property Value

string