spaceType property
The type of space.
Required when creating a space or updating the space type of a space. Output only for other usage. Possible string values are:
- "SPACE_TYPE_UNSPECIFIED" : Reserved.
- "SPACE" : A place where people send messages, share files, and
collaborate. A
SPACE
can include Chat apps. - "GROUP_CHAT" : Group conversations between 3 or more people. A
GROUP_CHAT
can include Chat apps. - "DIRECT_MESSAGE" : 1:1 messages between two humans or a human and a Chat app.
Implementation
core.String? spaceType;