mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
working on canvas sync
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace CanvasModel.Modules;
|
||||
|
||||
public record CanvasCompletionRequirement(
|
||||
[property: JsonPropertyName("type")] string Type,
|
||||
[property: JsonPropertyName("min_score")] double? MinScore,
|
||||
[property: JsonPropertyName("completed")] bool? Completed
|
||||
);
|
||||
Reference in New Issue
Block a user