# `Twilio.Resources.Memory.V1.ControlPlane.Operation`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/memory/v1/control_plane/operation.ex#L2)

Operation resource.

## Properties

| Field | Description |
|-------|-------------|
| `completedAt` | When the operation completed or failed.. Format: date-time |
| `createdAt` | When the operation was created.. Format: date-time |
| `operationId` | The unique identifier for this operation. |
| `resultUrl` | URL to fetch the resulting resource.. Format: uri |
| `status` | The current status of the operation.. Values: `PENDING`, `RUNNING`, `CANCELLED`, `COMPLETED`, `FAILED` |
| `statusUrl` | URI to check operation status.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Memory.V1.ControlPlane.Operation{
  completedAt: String.t(),
  createdAt: String.t(),
  error: map(),
  operationId: String.t(),
  result: String.t(),
  resultUrl: String.t(),
  status: String.t(),
  statusUrl: String.t()
}
```

# `object_name`

---

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