drafts property

List<Draft>? drafts
getter/setter pair

List of drafts.

Note that the Message property in each Draft resource only contains an id and a threadId. The messages.get method can fetch additional message details.

Implementation

core.List<Draft>? drafts;