ReleaseAuthor

data class ReleaseAuthor(val avatarUrl: String? = null, val id: Int? = null, val name: String? = null, val state: String? = null, val username: String? = null, val webUrl: String? = null)

Constructors

Link copied to clipboard
constructor(avatarUrl: String? = null, id: Int? = null, name: String? = null, state: String? = null, username: String? = null, webUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val avatarUrl: String? = null

The url of the author's' user avatar.

Link copied to clipboard
val id: Int? = null

The ID of the author's user.

Link copied to clipboard
val name: String? = null

The name of the author.

Link copied to clipboard
val state: String? = null

The state of the author's user.

Link copied to clipboard
val username: String? = null

The username of the author.

Link copied to clipboard
val webUrl: String? = null

The url to the author's user profile.