DeveloperAttributeArgs

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

Constructors

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

Properties

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

Key of the attribute

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

Value of the attribute

Functions

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