TmdbGravatar

@Serializable
data class TmdbGravatar(val hash: String? = null)

Constructors

Link copied to clipboard
constructor(hash: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "hash")
val hash: String? = null