# `Twilio.Resources.Insights.V2.Voice.Report.PhoneNumber.Outbound`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/insights/v2/voice/report/phone_number/outbound.ex#L2)

Outbound Report resource for Voice Insights Phone Numbers Level

## Properties

| Field | Description |
|-------|-------------|
| `account_sid` | The unique SID identifier of the Account. |
| `report_id` | The report identifier as Voice Insights Report TTID. |
| `status` | The status of the report.. Values: `created`, `running`, `completed` |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Insights.V2.Voice.Report.PhoneNumber.Outbound{
  account_sid: String.t(),
  report_id: String.t(),
  request_meta: String.t(),
  status: String.t(),
  url: String.t() | nil
}
```

# `object_name`

---

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