OrganizationPropertiesPropertyArgs

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

Constructors

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

Properties

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

Name of the property.

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

Value of the property.

Functions

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