toggle menu
library
2024.2.0
jvm
switch theme
search in API
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