dronedeploy Docs Reference API Explorer Become a Partner

INPUT_OBJECT

CreateTableColumnInput

link

Parameter NameTypeDescription
tableIdString! The name of the table that you want to attach this column type to.
columnTypeColumnType! The type of the column
nameString! The name of the column
descriptionString! The description of the data held in the column
textLengthInt The maximum length of the text. The max value is 102400. Default: 255
textEncryptedBoolean Indicates whether the text should be encrypted. Default: false
numberTypeNumberType The type of number to represent.
nullableBoolean Whether null data value can be explictly set. Default: true
clientMutationIdString