RepositoryCollaboratorsTeam

data class RepositoryCollaboratorsTeam(val permission: String? = null, val teamId: String)

Constructors

Link copied to clipboard
constructor(permission: String? = null, teamId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val permission: String? = null

The permission of the outside collaborators for the repository. Must be one of pull, triage, push, maintain, admin or the name of an existing custom repository role within the organisation. Defaults to pull. Must be push for personal repositories. Defaults to push.

Link copied to clipboard

The GitHub team id or the GitHub team slug