TemplateDataSetSchemaArgs

data class TemplateDataSetSchemaArgs(val columnSchemaList: Output<List<TemplateColumnSchemaArgs>>? = null) : ConvertibleToJava<TemplateDataSetSchemaArgs>

Dataset schema.

Constructors

Link copied to clipboard
constructor(columnSchemaList: Output<List<TemplateColumnSchemaArgs>>? = null)

Properties

Link copied to clipboard

A structure containing the list of column schemas.

Functions

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