TmdbAvatarPath

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

Constructors

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

Properties

Link copied to clipboard
val avatarPath: String? = null