# `Twilio.Resources.Studio.V2.Flow.FlowTestUser`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/studio/v2/flow/flow_test_user.ex#L2)

Test users of a flow

SID prefix: `FW`

Parent: `/Flows/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
| `sid` | Unique identifier of the flow. |
| `test_users` | List of test user identities that can test draft versions of the flow. |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Studio.V2.Flow.FlowTestUser{
  sid: String.t() | nil,
  test_users: list() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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