type property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? type
getter/setter pair

Deprecated: Use space_type instead.

The type of a space.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED"
  • "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;