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

Evaluation resource.

SID prefix: `EL`

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 Bundle resource. |
| `bundle_sid` | The unique string that we created to identify the Bundle resource. |
| `date_created` | Format: date-time |
| `regulation_sid` | The unique string of a regulation that is associated to the Bundle resource. |
| `results` | The results of the Evaluation which includes the valid and invalid attributes. |
| `sid` | The unique string that identifies the Evaluation resource. |
| `status` | The compliance status of the Evaluation resource.. Values: `compliant`, `noncompliant` |
| `url` | Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Numbers.V2.RegulatoryCompliance.Bundle.Evaluation{
  account_sid: String.t() | nil,
  bundle_sid: String.t() | nil,
  date_created: String.t() | nil,
  regulation_sid: String.t() | nil,
  results: list() | nil,
  sid: String.t() | nil,
  status: String.t(),
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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