GoogleCloudApigeeV1AttributeArgs

data class GoogleCloudApigeeV1AttributeArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<GoogleCloudApigeeV1AttributeArgs>

Key-value pair to store extra metadata.

Constructors

Link copied to clipboard
fun GoogleCloudApigeeV1AttributeArgs(name: Output<String>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1AttributeArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

API key of the attribute.

Link copied to clipboard
val value: Output<String>? = null

Value of the attribute.