surfaceType property
The type of surface this assigned task originates from.
Currently limited to DOCUMENT or SPACE.
Output only. Possible string values are:
- "CONTEXT_TYPE_UNSPECIFIED" : Unknown value for this task's context.
- "GMAIL" : The task is created from Gmail.
- "DOCUMENT" : The task is assigned from a document.
- "SPACE" : The task is assigned from a Chat Space.
Implementation
core.String? surfaceType;