toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.response
/
Project
/
Links
Links
@
Serializable
data
class
Links
(
val
self
:
String
,
val
issues
:
String
,
val
mergeRequests
:
String
,
val
repoBranches
:
String
,
val
labels
:
String
,
val
events
:
String
,
val
members
:
String
,
val
clusterAgents
:
String
)
Members
Constructors
Links
Link copied to clipboard
constructor
(
self
:
String
,
issues
:
String
,
mergeRequests
:
String
,
repoBranches
:
String
,
labels
:
String
,
events
:
String
,
members
:
String
,
clusterAgents
:
String
)
Properties
cluster
Agents
Link copied to clipboard
val
clusterAgents
:
String
events
Link copied to clipboard
val
events
:
String
issues
Link copied to clipboard
val
issues
:
String
labels
Link copied to clipboard
val
labels
:
String
members
Link copied to clipboard
val
members
:
String
merge
Requests
Link copied to clipboard
val
mergeRequests
:
String
repo
Branches
Link copied to clipboard
val
repoBranches
:
String
self
Link copied to clipboard
val
self
:
String