DefinedColumnsSchema specifies the schema of the predefined columns of a table.
Schema
message DefinedColumnSchema {
required string name = 1;
required DefinedColumnType type = 2;
}
Parameter | Type | Required | Description |
name | string | Yes | The name of the predefined column. |
type | Yes | The type of the predefined column. |