Category Response
data class CategoryResponse @JvmOverloads constructor(val count: Int = 0, val tags: List<CategoryResponse.Tag> = emptyList())
Content copied to clipboard
Class for response received from CategoryNetworkService class
Constructors
Link copied to clipboard
fun CategoryResponse(count: Int = 0, tags: List<CategoryResponse.Tag> = emptyList())
Content copied to clipboard