Get Collaborators Result
data class GetCollaboratorsResult(val affiliation: String? = null, val collaborators: List<GetCollaboratorsCollaborator>, val id: String, val owner: String, val repository: String)
A collection of values returned by getCollaborators.
Constructors
Link copied to clipboard
fun GetCollaboratorsResult(affiliation: String? = null, collaborators: List<GetCollaboratorsCollaborator>, id: String, owner: String, repository: String)