type property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Deprecated: Use space_type
instead.
The type of a space.
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : Reserved.
- "ROOM" : Conversations between two or more humans.
- "DM" : 1:1 Direct Message between a human and a Chat app, where all messages are flat. Note that this doesn't include direct messages between two humans.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? type;