ReferenceDataSetKeyPropertyArgs

data class ReferenceDataSetKeyPropertyArgs(val name: Output<String>? = null, val type: Output<Either<String, ReferenceDataKeyPropertyType>>? = null) : ConvertibleToJava<ReferenceDataSetKeyPropertyArgs>

A key property for the reference data set. A reference data set can have multiple key properties.

Constructors

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

Properties

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

The name of the key property.

Link copied to clipboard
val type: Output<Either<String, ReferenceDataKeyPropertyType>>? = null

The type of the key property.

Functions

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