GetProjectMergeRequestAuthor

data class GetProjectMergeRequestAuthor(val avatarUrl: String, val id: Int, val name: String, val state: String, val username: String, val webUrl: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A link to the user's avatar image.

Link copied to clipboard
val id: Int

The internal ID number of the user.

Link copied to clipboard

The name of the user.

Link copied to clipboard

The state of the user account.

Link copied to clipboard

The username of the user.

Link copied to clipboard

A link to the user's profile page.