mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
scafolded project
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
|
||||
|
||||
|
||||
namespace Model.GradeChangelog {
|
||||
|
||||
public class GradeChangeEventLinksModel {
|
||||
|
||||
[JsonPropertyName("assignment")]
|
||||
public ulong Assignment { get; set; }
|
||||
|
||||
[JsonPropertyName("course")]
|
||||
public ulong Course { get; set; }
|
||||
|
||||
[JsonPropertyName("student")]
|
||||
public ulong Student { get; set; }
|
||||
|
||||
[JsonPropertyName("grader")]
|
||||
public ulong Grader { get; set; }
|
||||
|
||||
[JsonPropertyName("page_view")]
|
||||
public string? PageView { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user