toggle menu
pulumi-gitlab-kotlin
7.0.2.0
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
ProjectTagRelease
Project
Tag
Release
data
class
ProjectTagRelease
(
val
description
:
String
?
=
null
,
val
tagName
:
String
?
=
null
)
Members
Constructors
Project
Tag
Release
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
tagName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of release.
tag
Name
Link copied to clipboard
val
tagName
:
String
?
=
null
The name of the tag.