Type is the typename of the project field.
()
| 1001 | |
| 1002 | // Type is the typename of the project field. |
| 1003 | func (p ProjectField) Type() string { |
| 1004 | return p.TypeName |
| 1005 | } |
| 1006 | |
| 1007 | // DataType is the data type of the project field, e.g. TEXT, NUMBER, DATE, |
| 1008 | // SINGLE_SELECT, or ITERATION. It returns an empty string for unknown field types. |