Get Collaborators Collaborator
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)
Properties
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 organizations.
Link copied to clipboard
The permission of the collaborator.
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 starred repositories.
Link copied to clipboard
The GitHub API URL for the collaborator's subscribed repositories.