Get Collaborators Plain Args
data class GetCollaboratorsPlainArgs(val affiliation: String? = null, val owner: String, val permission: String? = null, val repository: String) : ConvertibleToJava<GetCollaboratorsPlainArgs>
A collection of arguments for invoking getCollaborators.
Properties
Link copied to clipboard
Filter collaborators returned by their affiliation. Can be one of: outside
, direct
, all
. Defaults to all
.
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 name of the repository.