ApiSearch

@Serializable
data class ApiSearch(val success: Boolean, val found: List<SubSourceApi.Found>)(source)

Constructors

Link copied to clipboard
constructor(success: Boolean, found: List<SubSourceApi.Found>)

Properties

Link copied to clipboard
@SerialName(value = "found")
val found: List<SubSourceApi.Found>
Link copied to clipboard
@SerialName(value = "success")
val success: Boolean