# `Twilio.Resources.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignment`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/numbers/v2/regulatory_compliance/bundle/item_assignment.ex#L2)

ItemAssignment resource.

SID prefix: `BV`

Parent: `/RegulatoryCompliance/Bundles/{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 Item Assignment resource. |
| `bundle_sid` | The unique string that we created to identify the Bundle resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `object_sid` | The SID of an object bag that holds information of the different items. |
| `sid` | The unique string that we created to identify the Item Assignment resource. |
| `url` | The absolute URL of the Identity resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignment{
  account_sid: String.t() | nil,
  bundle_sid: String.t() | nil,
  date_created: String.t() | nil,
  object_sid: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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