GetCollaboratorsCollaborator

data class GetCollaboratorsCollaborator(val eventsUrl: String, val followersUrl: String, val followingUrl: String, val gistsUrl: String, val htmlUrl: String, val id: Int, val login: String, val organizationsUrl: String, val permission: String, val receivedEventsUrl: String, val reposUrl: String, val siteAdmin: Boolean, val starredUrl: String, val subscriptionsUrl: String, val type: String, val url: String)

Constructors

Link copied to clipboard
constructor(eventsUrl: String, followersUrl: String, followingUrl: String, gistsUrl: String, htmlUrl: String, id: Int, login: String, organizationsUrl: String, permission: String, receivedEventsUrl: String, reposUrl: String, siteAdmin: Boolean, starredUrl: String, subscriptionsUrl: String, type: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The GitHub API URL for the collaborator's events.

Link copied to clipboard

The GitHub API URL for the collaborator's followers.

Link copied to clipboard

The GitHub API URL for those following the collaborator.

Link copied to clipboard

The GitHub API URL for the collaborator's gists.

Link copied to clipboard

The GitHub HTML URL for the collaborator.

Link copied to clipboard
val id: Int

The ID of the collaborator.

Link copied to clipboard

The collaborator's login.

Link copied to clipboard

The GitHub API URL for the collaborator's organizations.

Link copied to clipboard

Filter collaborators returned by their permission. Can be one of: pull, triage, push, maintain, admin. Defaults to not doing any filtering on permission.

Link copied to clipboard

The GitHub API URL for the collaborator's received events.

Link copied to clipboard

The GitHub API URL for the collaborator's repositories.

Link copied to clipboard

Whether the user is a GitHub admin.

Link copied to clipboard

The GitHub API URL for the collaborator's starred repositories.

Link copied to clipboard

The GitHub API URL for the collaborator's subscribed repositories.

Link copied to clipboard

The type of the collaborator (ex. user).

Link copied to clipboard
val url: String

The GitHub API URL for the collaborator.