library
Toggle table of contents
2025.1.1
jvm
Platform filter
jvm
Switch theme
Search in API
library
library
/
com.gabrielfeo.develocity.api.model
/
ProjectReference
Project
Reference
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.
Members
Constructors
Project
Reference
Link copied to clipboard
constructor
(
@
Json
(
name
=
"id"
)
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String