Project

constructor(@Json(name = "id") id: String, @Json(name = "displayName") displayName: String? = null, @Json(name = "description") description: String? = null)

Parameters

id

The unique identifier for the project. Must not contain whitespace.

displayName

The label used when displaying the project.

description

The description of the project group.