# `Twilio.Resources.Assistants.V1.Assistant.Tool`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/assistants/v1/assistant/tool.ex#L2)

Tool resource.

Parent: `/Assistants/{id}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Tool resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the Tool was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the Tool was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `description` | The description of the tool. |
| `enabled` | True if the tool is enabled. |
| `id` | The tool ID. |
| `meta` | The metadata related to method, url, input_schema to used with the Tool. |
| `name` | The name of the tool. |
| `requires_auth` | The authentication requirement for the tool. |
| `type` | The type of the tool. ('WEBHOOK') |
| `url` | The url of the tool resource. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Assistants.V1.Assistant.Tool{
  account_sid: String.t(),
  date_created: String.t(),
  date_updated: String.t(),
  description: String.t(),
  enabled: boolean(),
  id: String.t(),
  meta: map(),
  name: String.t(),
  requires_auth: boolean(),
  type: String.t(),
  url: String.t()
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
