mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
reformatted models
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
|
||||
|
||||
namespace Model.OutcomeResults {
|
||||
|
||||
public class OutcomeRollupLinksModel {
|
||||
|
||||
[JsonPropertyName("course")]
|
||||
public ulong? Course { get; set; }
|
||||
|
||||
[JsonPropertyName("user")]
|
||||
public ulong? User { get; set; }
|
||||
|
||||
[JsonPropertyName("section")]
|
||||
public ulong? Section { get; set; }
|
||||
}
|
||||
namespace CanvasModel.OutcomeResults;
|
||||
public class OutcomeRollupLinksModel
|
||||
{
|
||||
|
||||
[JsonPropertyName("course")]
|
||||
public ulong? Course { get; set; }
|
||||
|
||||
[JsonPropertyName("user")]
|
||||
public ulong? User { get; set; }
|
||||
|
||||
[JsonPropertyName("section")]
|
||||
public ulong? Section { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user