ProjectReference

data class ProjectReference(@Json(name = "id") val id: String)

A container for a project ID.

Parameters

id

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

Constructors

Link copied to clipboard
constructor(@Json(name = "id") id: String)

Properties

Link copied to clipboard
val id: String