feat: refine content calendar experience
This commit is contained in:
@@ -10,5 +10,11 @@ public class Comment
|
||||
public required string AuthorDisplayName { get; set; }
|
||||
public required string AuthorEmail { get; set; }
|
||||
public required string Body { get; set; }
|
||||
public string? AttachmentFileName { get; set; }
|
||||
public string? AttachmentContentType { get; set; }
|
||||
public long? AttachmentSizeBytes { get; set; }
|
||||
public string? AttachmentBlobContainerName { get; set; }
|
||||
public string? AttachmentBlobName { get; set; }
|
||||
public string? AttachmentBlobUrl { get; set; }
|
||||
public DateTimeOffset CreatedAt { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user