DatasetPostgresqlSchemaColumnArgs

data class DatasetPostgresqlSchemaColumnArgs(val description: Output<String>? = null, val name: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<DatasetPostgresqlSchemaColumnArgs>

Constructors

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

Properties

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

The description of the column.

Link copied to clipboard
val name: Output<String>

The name of the column.

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

Type of the column. Valid values are Byte, Byte[], Boolean, Date, DateTime,DateTimeOffset, Decimal, Double, Guid, Int16, Int32, Int64, Single, String, TimeSpan. Please note these values are case sensitive.

Functions

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