toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.response
/
Tag
Tag
@
Serializable
data
class
Tag
(
val
commit
:
Commit
,
val
release
:
Tag.Release
,
val
name
:
String
,
val
target
:
String
,
val
protected
:
Boolean
,
val
message
:
String
=
""
)
Author
sunlulu.tomato
Members
Constructors
Tag
Link copied to clipboard
constructor
(
commit
:
Commit
,
release
:
Tag.Release
,
name
:
String
,
target
:
String
,
protected
:
Boolean
,
message
:
String
=
""
)
Types
Release
Link copied to clipboard
@
Serializable
data
class
Release
(
val
releaseName
:
String
,
val
description
:
String
=
""
)
Properties
commit
Link copied to clipboard
val
commit
:
Commit
message
Link copied to clipboard
val
message
:
String
name
Link copied to clipboard
val
name
:
String
protected
Link copied to clipboard
val
protected
:
Boolean
release
Link copied to clipboard
val
release
:
Tag.Release
target
Link copied to clipboard
val
target
:
String