toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.apigee.kotlin.inputs
/
DeveloperAttributeArgs
Developer
Attribute
Args
data
class
DeveloperAttributeArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DeveloperAttributeArgs
>
Members
Constructors
Developer
Attribute
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Key of the attribute
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
Value of the attribute
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DeveloperAttributeArgs