toggle menu
pulumi-gitlab-kotlin
7.0.2.0
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetReleaseAssetsLink
Get
Release
Assets
Link
data
class
GetReleaseAssetsLink
(
val
id
:
Int
,
val
linkType
:
String
,
val
name
:
String
,
val
url
:
String
)
Members
Constructors
Get
Release
Assets
Link
Link copied to clipboard
constructor
(
id
:
Int
,
linkType
:
String
,
name
:
String
,
url
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
Int
The ID of the link
link
Type
Link copied to clipboard
val
linkType
:
String
The type of the link
name
Link copied to clipboard
val
name
:
String
The name of the link
url
Link copied to clipboard
val
url
:
String
The URL of the link