Assets

@Serializable
data class Assets(val largeImage: String? = null, val largeImageText: String? = null, val smallImage: String? = null, val smallImageText: String? = null)(source)

Constructors

Link copied to clipboard
constructor(largeImage: String? = null, largeImageText: String? = null, smallImage: String? = null, smallImageText: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "large_image")
val largeImage: String? = null
Link copied to clipboard
@SerialName(value = "large_text")
val largeImageText: String? = null
Link copied to clipboard
@SerialName(value = "small_image")
val smallImage: String? = null
Link copied to clipboard
@SerialName(value = "small_text")
val smallImageText: String? = null