mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
reformatted models
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
|
||||
|
||||
namespace Model.CustomGradebookColumns {
|
||||
|
||||
public struct ColumnDatumModel {
|
||||
|
||||
[JsonPropertyName("content")]
|
||||
public string Content { get; set; }
|
||||
|
||||
[JsonPropertyName("user_id")]
|
||||
public ulong UserId { get; set; }
|
||||
}
|
||||
namespace CanvasModel.CustomGradebookColumns;
|
||||
public struct ColumnDatumModel
|
||||
{
|
||||
|
||||
[JsonPropertyName("content")]
|
||||
public string Content { get; set; }
|
||||
|
||||
[JsonPropertyName("user_id")]
|
||||
public ulong UserId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user