toggle menu
pulumi-gitlab-kotlin
7.0.2.0
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.inputs
/
GetReleaseAssetsLink
Get
Release
Assets
Link
data
class
GetReleaseAssetsLink
(
val
id
:
Int
,
val
linkType
:
String
,
val
name
:
String
,
val
url
:
String
)
:
ConvertibleToJava
<
GetReleaseAssetsLink
>
Members
Constructors
Get
Release
Assets
Link
Link copied to clipboard
constructor
(
id
:
Int
,
linkType
:
String
,
name
:
String
,
url
:
String
)
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
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetReleaseAssetsLink