Join Slack
Communities
Powered by
@Parcelize data class SearchRepositoryResponse( ...
# android
t
tgmcians
01/24/2018, 6:39 PM
@Parcelize data class SearchRepositoryResponse( @Json(name = "total_count") val totalCount: Int, @Json(name = "incomplete_results") val incompleteResults: Boolean, @Json(name = "items") val items: List<ItemsItem> ) : BaseResponse(), Parcelable
Open in Slack
Previous
Next