# `Twilio.Resources.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatistics`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/taskrouter/v1/workspace/task_queue/task_queue_statistics.ex#L2)

TaskQueueStatistics resource.

Parent: `/Workspaces/{WorkspaceSid}/TaskQueues/{Sid}`

## 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 TaskQueue resource. |
| `cumulative` | An object that contains the cumulative statistics for the TaskQueue. |
| `realtime` | An object that contains the real-time statistics for the TaskQueue. |
| `task_queue_sid` | The SID of the TaskQueue from which these statistics were calculated. |
| `url` | The absolute URL of the TaskQueue statistics resource.. Format: uri |
| `workspace_sid` | The SID of the Workspace that contains the TaskQueue. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatistics{
  account_sid: String.t() | nil,
  cumulative: String.t() | nil,
  realtime: String.t() | nil,
  task_queue_sid: String.t() | nil,
  url: String.t() | nil,
  workspace_sid: String.t() | nil
}
```

# `object_name`

---

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