object Object that describes how the the System Column type of "AUTO_NUMBER" is auto-generated. | |
Array of objects Array of ContactOption objects to specify a pre-defined list of values for the column. Column type must be CONTACT_LIST. | |
description | string Column description. |
format | string The format descriptor (see Formatting). Only returned if the include query string parameter contains format and this column has a non-default format applied to it. |
formula | string The formula for the column, if set. |
hidden | boolean Indicates whether the column is hidden. |
id | number Column Id. |
index | number Column index or position. This number is zero-based. |
locked | boolean Indicates whether the column is locked. In a response, a value of true indicates that the column has been locked by the sheet owner or the admin. |
lockedForUser | boolean Indicates whether the column is locked for the requesting user. This attribute may be present in a response, but cannot be specified in a request. |
options | Array of strings Array of the options available for the column. |
primary | boolean Returned only if the column is the Primary Column (value = true). |
symbol | string When applicable for CHECKBOX or PICKLIST column types. See Symbol Columns. |
systemColumnType | string See System Columns. |
tags | Array of strings Set of tags to indicate special columns. Each element in the array is set to one of the listed enum values. |
title | string Column title. |
type | string See Column Types |
validation | boolean Indicates whether validation has been enabled for the column (value = true). |
version | number
|
width | number Display width of the column in pixels. |
{- "autoNumberFormat": {
- "fill": "string",
- "prefix": "string",
- "startingNumber": 0,
- "suffix": "string"
}, - "contactOptions": [
- {
- "email": "string",
- "name": "string"
}
], - "description": "string",
- "format": "string",
- "formula": "string",
- "hidden": true,
- "id": 0,
- "index": 0,
- "locked": true,
- "lockedForUser": true,
- "options": [
- "string"
], - "primary": true,
- "symbol": "string",
- "systemColumnType": "AUTO_NUMBER",
- "tags": [
- "CALENDAR_END_DATE"
], - "title": "string",
- "type": "ABSTRACT_DATETIME",
- "validation": true,
- "version": 0,
- "width": 0
}
string A parsable email address. | |
name | string Can be a user's name, display name, or free text. |
{- "email": "string",
- "name": "string"
}