toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.dataworks.kotlin.inputs
/
ProjectMemberRoleArgs
Project
Member
Role
Args
data
class
ProjectMemberRoleArgs
(
val
code
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ProjectMemberRoleArgs
>
Members
Constructors
Project
Member
Role
Args
Link copied to clipboard
constructor
(
code
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Output
<
String
>
?
=
null
Project Role Code.
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
project role name
type
Link copied to clipboard
val
type
:
Output
<
String
>
?
=
null
project role type
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ProjectMemberRoleArgs