DatasetPostgresqlSchemaColumn

data class DatasetPostgresqlSchemaColumn(val description: String? = null, val name: String, val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the column.

Link copied to clipboard

The name of the column.

Link copied to clipboard
val type: 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.