pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.apigee.kotlin.inputs
/
OrganizationPropertiesPropertyArgs
Organization
Properties
Property
Args
data
class
OrganizationPropertiesPropertyArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
OrganizationPropertiesPropertyArgs
>
Constructors
Functions
Properties
Constructors
Organization
Properties
Property
Args
Link copied to clipboard
fun
OrganizationPropertiesPropertyArgs
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
OrganizationPropertiesPropertyArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Name of the property.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
Value of the property.