toggle menu
pulumi-github-kotlin
5.26.0.1
jvm
switch theme
search in API
pulumi-github-kotlin
/
com.pulumi.github.kotlin
/
IssueArgs
/
IssueArgs
Issue
Args
constructor
(
assignees
:
Output
<
List
<
String
>
>
?
=
null
,
body
:
Output
<
String
>
?
=
null
,
labels
:
Output
<
List
<
String
>
>
?
=
null
,
milestoneNumber
:
Output
<
Int
>
?
=
null
,
repository
:
Output
<
String
>
?
=
null
,
title
:
Output
<
String
>
?
=
null
)