threads property
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.com/workspace/gmail/api/v1/reference/users/threads/get)
method.
Implementation
core.List<Thread>? threads;