toggle menu
pulumi-gitlab-kotlin
4.10.0.2
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetProjectTagCommit
Get
Project
Tag
Commit
data
class
GetProjectTagCommit
(
val
authorEmail
:
String
,
val
authorName
:
String
,
val
authoredDate
:
String
,
val
committedDate
:
String
,
val
committerEmail
:
String
,
val
committerName
:
String
,
val
id
:
String
,
val
message
:
String
,
val
parentIds
:
List
<
String
>
,
val
shortId
:
String
,
val
title
:
String
)
Members
Constructors
Get
Project
Tag
Commit
Link copied to clipboard
constructor
(
authorEmail
:
String
,
authorName
:
String
,
authoredDate
:
String
,
committedDate
:
String
,
committerEmail
:
String
,
committerName
:
String
,
id
:
String
,
message
:
String
,
parentIds
:
List
<
String
>
,
shortId
:
String
,
title
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
authored
Date
Link copied to clipboard
val
authoredDate
:
String
author
Email
Link copied to clipboard
val
authorEmail
:
String
author
Name
Link copied to clipboard
val
authorName
:
String
committed
Date
Link copied to clipboard
val
committedDate
:
String
committer
Email
Link copied to clipboard
val
committerEmail
:
String
committer
Name
Link copied to clipboard
val
committerName
:
String
id
Link copied to clipboard
val
id
:
String
The ID of this resource.
message
Link copied to clipboard
val
message
:
String
The message of the annotated tag.
parent
Ids
Link copied to clipboard
val
parentIds
:
List
<
String
>
short
Id
Link copied to clipboard
val
shortId
:
String
title
Link copied to clipboard
val
title
:
String