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](https://developers.google.cn/workspace/gmail/api/v1/reference/users/threads/get) method.

Implementation

core.List<Thread>? threads;