TmdbAvatarPath

@Serializable
data class TmdbAvatarPath(val avatarPath: String? = null)

Constructors

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

Properties

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