View Source SignalWire.QueueMember (signal_wire v0.1.0)

Represents a Queue Member resource in the Signal Wire API.

Summary

Functions

Link to this function

find(account_id, queue_id, sid)

View Source
@spec find(binary(), binary(), binary()) :: SignalWire.success() | SignalWire.error()
Link to this function

find(client, account_id, queue_id, sid)

View Source
Link to this function

list(account_id, sid, query \\ %{})

View Source
Link to this function

list(client, account_id, sid, query)

View Source
Link to this function

update(account_id, queue_id, sid, params)

View Source
@spec update(binary(), binary(), binary(), map()) ::
  SignalWire.success() | SignalWire.error()
Link to this function

update(client, account_id, queue_id, sid, params)

View Source