ColumnSchema
A complex data type that describes the schema of a column.
Elements
Name
String. The column name.
Alias
String. Optional. User-defined name for column.
DataType
Int. Optional. The data type of the column.
TypeName
String. The name of the data type.
Label
String. Optional. The column label.
Visibility
Boolean. Optional. Specifies whether column is visible. The default value is True.
AllowExport
Boolean. Optional. Specifies whether to allow exporting the column. The default value is True.