GetProjectsProjectOwner

data class GetProjectsProjectOwner(val avatarUrl: String, val id: Int, val name: String, val state: String, val username: String, val websiteUrl: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The avatar url of the owner.

Link copied to clipboard
val id: Int

The ID of the owner.

Link copied to clipboard

The name of the owner.

Link copied to clipboard

The state of the owner.

Link copied to clipboard

The username of the owner.

Link copied to clipboard

The website url of the owner.