CreditsBy

@JsonClass(generateAdapter = true)
data class CreditsBy(    val type: String?,     val name: String?,     val org: String?)

Constructors

Link copied to clipboard
fun CreditsBy(    type: String?,     name: String?,     org: String?)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard
val org: String?
Link copied to clipboard
val type: String?