roomId property

List<String>? roomId
getter/setter pair

A list of Chat spaces IDs, as provided by the Chat API.

There is a limit of exporting from 500 Chat spaces per request.

Implementation

core.List<core.String>? roomId;