> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# Objects

> Every object and enum the Draft tools accept.

## Model tree

<div className="model-tree"><div className="model-tree-scroll"><div className="tree-node"><a href="#draft">Draft</a></div><div className="tree-node"><a href="#senddraftrequest">SendDraftRequest</a></div></div></div>

## Draft

Gmail draft resource.

<div className="reference-table">
  | Field                                                           | Type                                                    | Description                       |
  | --------------------------------------------------------------- | ------------------------------------------------------- | --------------------------------- |
  | `message` <span className="required" title="required">\*</span> | [Message](/charter/charter/packs/gmail/message/objects#message) | The message content of the draft. |
</div>

## SendDraftRequest

Request body for Gmail `users.drafts.send`.

<div className="reference-table">
  | Field                                                      | Type     | Description                            |
  | ---------------------------------------------------------- | -------- | -------------------------------------- |
  | `id` <span className="required" title="required">\*</span> | `string` | The immutable ID of the draft to send. |
</div>
