1- using System . Text . Json . Serialization ;
1+ /*
2+ This file is auto generated using Kréta Builder by TheBlueLines
3+ Generated on: 2023. 12. 13. 21:07:32
4+ */
5+
6+ using System . Text . Json . Serialization ;
27
38namespace TTMC . Kréta
49{
510 public class Classwork
611 {
712 [ JsonPropertyName ( "csatolasEngedelyezesTipusId" ) ]
8- public long ? allowToAttachFileTypeId { get ; set ; }
13+ public long ? allowToAttachFileTypeId { get ; set ; }
914 [ JsonPropertyName ( "csoportId" ) ]
10- public long ? classGroupId { get ; set ; }
15+ public long ? classGroupId { get ; set ; }
1116 [ JsonPropertyName ( "osztalyId" ) ]
12- public long ? classId { get ; set ; }
17+ public long ? classId { get ; set ; }
1318 [ JsonPropertyName ( "osztalyNev" ) ]
14- public string ? className { get ; set ; }
19+ public string ? className { get ; set ; }
1520 [ JsonPropertyName ( "letrehozasIdeje" ) ]
16- public string ? creationTimeAsString { get ; set ; }
21+ public string ? creationTimeAsString { get ; set ; }
1722 [ JsonPropertyName ( "alkalmazottId" ) ]
18- public long ? employeeId { get ; set ; }
23+ public long ? employeeId { get ; set ; }
1924 [ JsonPropertyName ( "groupId" ) ]
2025 public string ? groupId { get ; set ; }
2126 [ JsonPropertyName ( "id" ) ]
22- public long id { get ; set ; }
27+ public long ? id { get ; set ; }
2328 [ JsonPropertyName ( "idotartamPerc" ) ]
2429 public int ? lengthInMinutes { get ; set ; }
2530 [ JsonPropertyName ( "oraDatum" ) ]
@@ -45,6 +50,6 @@ public class Classwork
4550 [ JsonPropertyName ( "cim" ) ]
4651 public string ? title { get ; set ; }
4752 [ JsonPropertyName ( "egyediId" ) ]
48- public string ? uid { get ; set ; }
53+ public string ? uniqueId { get ; set ; }
4954 }
50- }
55+ }
0 commit comments