pulumi-github-kotlin
5.21.0.0
pulumi-github-kotlin
/
com.pulumi.github.kotlin
/
RepositoryCollaboratorsArgs
/
RepositoryCollaboratorsArgs
Repository
Collaborators
Args
fun
RepositoryCollaboratorsArgs
(
repository
:
Output
<
String
>
?
=
null
,
teams
:
Output
<
List
<
RepositoryCollaboratorsTeamArgs
>
>
?
=
null
,
users
:
Output
<
List
<
RepositoryCollaboratorsUserArgs
>
>
?
=
null
)