TeamMembersMember

data class TeamMembersMember(val role: String? = null, val username: String)

Constructors

Link copied to clipboard
constructor(role: String? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val role: String? = null

The role of the user within the team. Must be one of member or maintainer. Defaults to member.

Link copied to clipboard

The user to add to the team.