# `Twilio.Resources.Wireless.V1.UsageRecord`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/wireless/v1/usage_record.ex#L2)

Aggregated Usage information for all SIMs on an Account

## 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 AccountUsageRecord resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `commands` | An object that describes the aggregated Commands usage for all SIMs during the specified period. See [Commands Usage Object](https://www.twilio.com/docs/iot/wireless/api/account-usagerecord-resource#commands-usage-object). |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `data` | An object that describes the aggregated Data usage for all SIMs over the period. See [Data Usage Object](https://www.twilio.com/docs/iot/wireless/api/account-usagerecord-resource#data-usage-object). |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `period` | The time period for which usage is reported. Contains `start` and `end` properties that describe the period using GMT date-time values specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Wireless.V1.UsageRecord{
  account_sid: String.t() | nil,
  commands: String.t() | nil,
  data: String.t() | nil,
  period: String.t() | nil
}
```

# `object_name`

---

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