mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
passing canvas models tests
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
|
||||
namespace CanvasModel.Users;
|
||||
public record ActivityStreamSummaryEntryModel
|
||||
(
|
||||
[property: JsonPropertyName("type")]
|
||||
string Type,
|
||||
|
||||
[property: JsonPropertyName("unread_count")]
|
||||
uint UnreadCount,
|
||||
|
||||
[property: JsonPropertyName("count")]
|
||||
uint Count
|
||||
);
|
||||
Reference in New Issue
Block a user