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