Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 082bf31

Browse files
committed
update: Article Response
1 parent 6ccf4a7 commit 082bf31

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

frogonewsapi/src/main/java/com/frogobox/frogonewsapi/data/response/ArticleResponse.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ data class ArticleResponse(
2828
@SerializedName("totalResults")
2929
var totalResults: Int? = null,
3030

31+
@SerializedName("code")
32+
var code: String? = null,
33+
34+
@SerializedName("message")
35+
var message: String? = null,
36+
3137
@SerializedName("articles")
3238
var articles: List<Article>? = null
3339

0 commit comments

Comments
 (0)