InfoTypesResponse

data class InfoTypesResponse(    val web: List<Long> = listOf(),     val ios: List<Long> = listOf(),     val android: List<Long> = listOf(),     val other: List<Long> = listOf())

Response types repos

Constructors

Link copied to clipboard
fun InfoTypesResponse(    web: List<Long> = listOf(),     ios: List<Long> = listOf(),     android: List<Long> = listOf(),     other: List<Long> = listOf())

Properties

Link copied to clipboard
val android: List<Long>
Link copied to clipboard
val ios: List<Long>
Link copied to clipboard
val other: List<Long>
Link copied to clipboard
val web: List<Long>