DatasetAttributesItemPropertiesArgs

data class DatasetAttributesItemPropertiesArgs(val attributeName: Output<String>? = null, val attributeType: Output<DatasetAttributesItemPropertiesAttributeType>? = null) : ConvertibleToJava<DatasetAttributesItemPropertiesArgs>

Constructors

Link copied to clipboard
constructor(attributeName: Output<String>? = null, attributeType: Output<DatasetAttributesItemPropertiesAttributeType>? = null)

Properties

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

Name of the dataset field

Link copied to clipboard

Data type of the field

Functions

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