dronedeploy Docs Reference API Explorer Become a Partner

OBJECT

TextColumn

Column definition for text

link

Implements

Fields

id (ID!)

The ID of the object.

name (String!)

The name of the column

description (String!)

The description of the data held in the column

dateCreation (DateTime)

Date the object was created

nullable (Boolean)

Whether null data value can be explictly set. Default: true

length (Int!)

The maximum length of the text. The max value is 102400

encrypted (Boolean)

Indicates whether or not the field should be encrypted. All data is encrypted at , rest by default, but this method adds an extra layer of encryption. Encrypted , fields cannot be queried against.

link Require by

This element is not required by anyone