File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/kotlin/org/retroachivements/api/data/pojo Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class GetGameExtended {
72
72
val consoleName : String ,
73
73
74
74
@SerializedName(" ParentGameID" )
75
- val parentGameId : String ,
75
+ val parentGameId : String? ,
76
76
77
77
@SerializedName(" NumDistinctPlayers" )
78
78
val numDistinctPlayers : Long ,
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ class GetMostRecentTickets {
70
70
val reportedBy : String ,
71
71
72
72
@SerializedName(" ResolvedAt" )
73
- val resolvedAt : String ,
73
+ val resolvedAt : String? ,
74
74
75
75
@SerializedName(" ResolvedBy" )
76
- val resolvedBy : String ,
76
+ val resolvedBy : String? ,
77
77
78
78
@SerializedName(" ReportStateDescription" )
79
79
val reportStateDescription : String ,
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ class GetTicketData {
60
60
val reportedBy : String ,
61
61
62
62
@SerializedName(" ResolvedAt" )
63
- val resolvedAt : String ,
63
+ val resolvedAt : String? ,
64
64
65
65
@SerializedName(" ResolvedBy" )
66
- val resolvedBy : String ,
66
+ val resolvedBy : String? ,
67
67
68
68
@SerializedName(" ReportStateDescription" )
69
69
val reportStateDescription : String ,
You can’t perform that action at this time.
0 commit comments