8 lines
No EOL
202 B
C#
8 lines
No EOL
202 B
C#
namespace Iceshrimp.Shared.Schemas;
|
|
|
|
public class UpdateDriveFileRequest
|
|
{
|
|
public string? Filename { get; set; }
|
|
public bool? Sensitive { get; set; }
|
|
public string? Description { get; set; }
|
|
} |