Reference Data Set Key Property Args
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)