toggle menu
pulumi-gitlab-kotlin
4.10.0.2
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetReleaseLinksReleaseLink
Get
Release
Links
Release
Link
data
class
GetReleaseLinksReleaseLink
(
val
directAssetUrl
:
String
,
val
external
:
Boolean
,
val
filepath
:
String
,
val
linkId
:
Int
,
val
linkType
:
String
,
val
name
:
String
,
val
project
:
String
,
val
tagName
:
String
,
val
url
:
String
)
Members
Constructors
Get
Release
Links
Release
Link
Link copied to clipboard
constructor
(
directAssetUrl
:
String
,
external
:
Boolean
,
filepath
:
String
,
linkId
:
Int
,
linkType
:
String
,
name
:
String
,
project
:
String
,
tagName
:
String
,
url
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
direct
Asset
Url
Link copied to clipboard
val
directAssetUrl
:
String
external
Link copied to clipboard
val
external
:
Boolean
filepath
Link copied to clipboard
val
filepath
:
String
link
Id
Link copied to clipboard
val
linkId
:
Int
link
Type
Link copied to clipboard
val
linkType
:
String
name
Link copied to clipboard
val
name
:
String
project
Link copied to clipboard
val
project
:
String
The ID or full path to the project.
tag
Name
Link copied to clipboard
val
tagName
:
String
The tag associated with the Release.
url
Link copied to clipboard
val
url
:
String