mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
hooks
This commit is contained in:
@@ -108,4 +108,4 @@ public record DiscussionTopicModel
|
||||
|
||||
[property: JsonPropertyName("sort_by_rating")]
|
||||
bool? SortByRating = null
|
||||
);
|
||||
);
|
||||
|
||||
@@ -13,4 +13,4 @@ public record FileAttachmentModel
|
||||
|
||||
[property: JsonPropertyName("display_name")]
|
||||
string DisplayName
|
||||
);
|
||||
);
|
||||
|
||||
@@ -37,4 +37,4 @@ public record TopicEntryModel
|
||||
|
||||
[property: JsonPropertyName("has_more_replies")]
|
||||
bool? HasMoreReplies = null
|
||||
);
|
||||
);
|
||||
|
||||
@@ -25,4 +25,4 @@ public record TopicReplyModel
|
||||
|
||||
[property: JsonPropertyName("forced_read_state")]
|
||||
bool? ForcedReadState = null
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user