Twilio.Resources.Studio.V2.Flow.FlowTestUser (twilio_elixir v0.1.1)

Copy Markdown View Source

Test users of a flow

SID prefix: FW

Parent: /Flows/{Sid}

Properties

FieldDescription
sidUnique identifier of the flow.
test_usersList of test user identities that can test draft versions of the flow.
urlThe URL of this resource.. Format: uri

Summary

Types

t()

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

Functions

object_name()

sid_prefix()