pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.apigee.v1.kotlin.outputs
/
GoogleCloudApigeeV1AttributeResponse
Google
Cloud
Apigee
V1Attribute
Response
data
class
GoogleCloudApigeeV1AttributeResponse
(
val
name
:
String
,
val
value
:
String
)
Key-value pair to store extra metadata.
Types
Constructors
Properties
Constructors
Google
Cloud
Apigee
V1Attribute
Response
Link copied to clipboard
fun
GoogleCloudApigeeV1AttributeResponse
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
API key of the attribute.
value
Link copied to clipboard
val
value
:
String
Value of the attribute.