threads property

List<Thread>? threads
getter/setter pair

List of threads.

Note that each thread resource does not contain a list of messages. The list of messages for a given thread can be fetched using the threads.get method.

Implementation

core.List<Thread>? threads;