Files
PLDpro.Web/Services/Models/ObjectItem.cs
Erik 46d7b7e6d8
Some checks failed
Build & Deploy PLDpro.Web Test to 192.168.1.100 / build-and-deploy (push) Failing after 54s
S3 Test
2026-01-24 20:46:25 +01:00

5 lines
124 B
C#

namespace Pldpro.Web.Services.Models;
public sealed record ObjectItem(string Key, long? Size, DateTime? LastModified);