mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
9 lines
152 B
C#
9 lines
152 B
C#
|
|
|
|
namespace Model.Courses {
|
|
|
|
public struct CalendarLinkModel {
|
|
[JsonPropertyName("ics")]
|
|
public string Ics { get; set; }
|
|
}
|
|
} |