GetOrganizationTeamsTeam

data class GetOrganizationTeamsTeam(val description: String, val id: Int, val members: List<String>, val name: String, val nodeId: String, val parent: Map<String, String>, val privacy: String, val repositories: List<String>, val slug: String)

Constructors

Link copied to clipboard
constructor(description: String, id: Int, members: List<String>, name: String, nodeId: String, parent: Map<String, String>, privacy: String, repositories: List<String>, slug: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the team's description.

Link copied to clipboard
val id: Int

the ID of the team.

Link copied to clipboard

List of team members. Not returned if summary_only = true

Link copied to clipboard

the team's full name.

Link copied to clipboard

the Node ID of the team.

Link copied to clipboard

the parent team.

Link copied to clipboard

the team's privacy type.

Link copied to clipboard

List of team repositories. Not returned if summary_only = true

Link copied to clipboard

the slug of the team.