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

Usage information for SIMs

Parent: `/Sims/{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 UsageRecord resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `commands` | An object that describes the SIM's usage of Commands during the specified period. See [Commands Usage Object](https://www.twilio.com/docs/iot/wireless/api/sim-usagerecord-resource#commands-usage-object). |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `data` | An object that describes the SIM's data usage during the specified period. See [Data Usage Object](https://www.twilio.com/docs/iot/wireless/api/sim-usagerecord-resource#data-usage-object). |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `period` | The time period for which the usage is reported. Contains `start` and `end` datetime values given as GMT in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `sim_sid` | The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) that this Usage Record is for. |

# `t`

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

# `object_name`

---

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