drafts property
List of drafts.
Note that the Message
property in each Draft
resource only contains an
id
and a threadId
. The
[messages.get
](https://developers.google.com/workspace/gmail/api/v1/reference/users/messages/get)
method can fetch additional message details.
Implementation
core.List<Draft>? drafts;