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