GoogleCloudApigeeV1PropertyArgs

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

A single property entry in the Properties message.

Constructors

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

Properties

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

The property key

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

The property value

Functions

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