DefaultObjectAccessControlProjectTeam

data class DefaultObjectAccessControlProjectTeam(val projectNumber: String? = null, val team: String? = null)

Constructors

Link copied to clipboard
constructor(projectNumber: String? = null, team: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val projectNumber: String? = null

The project team associated with the entity

Link copied to clipboard
val team: String? = null

The team. Possible values are: editors, owners, viewers.