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 {
7272 val consoleName : String ,
7373
7474 @SerializedName(" ParentGameID" )
75- val parentGameId : String ,
75+ val parentGameId : String? ,
7676
7777 @SerializedName(" NumDistinctPlayers" )
7878 val numDistinctPlayers : Long ,
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ class GetMostRecentTickets {
7070 val reportedBy : String ,
7171
7272 @SerializedName(" ResolvedAt" )
73- val resolvedAt : String ,
73+ val resolvedAt : String? ,
7474
7575 @SerializedName(" ResolvedBy" )
76- val resolvedBy : String ,
76+ val resolvedBy : String? ,
7777
7878 @SerializedName(" ReportStateDescription" )
7979 val reportStateDescription : String ,
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ class GetTicketData {
6060 val reportedBy : String ,
6161
6262 @SerializedName(" ResolvedAt" )
63- val resolvedAt : String ,
63+ val resolvedAt : String? ,
6464
6565 @SerializedName(" ResolvedBy" )
66- val resolvedBy : String ,
66+ val resolvedBy : String? ,
6767
6868 @SerializedName(" ReportStateDescription" )
6969 val reportStateDescription : String ,
You can’t perform that action at this time.
0 commit comments