GetCollaboratorsResult

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
constructor(affiliation: String? = null, collaborators: List<GetCollaboratorsCollaborator>, id: String, owner: String, repository: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val affiliation: String? = null
Link copied to clipboard

An Array of GitHub collaborators. Each collaborator block consists of the fields documented below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard