ExTwilio v0.4.0 ExTwilio.TaskRouter.TaskQueue View Source

TaskQueues are the resource you use to categorize Tasks and describe which Workers are eligible to handle those Tasks

Link to this section Summary

Functions

Underscored and lowercased collection name for a given resource. Delegates the real work to ExTwilio.Api.resource_collection_name/1 by default

CamelCase resource name as it would be used in Twilio’s API. Delegates the real work to ExTwilio.Api.resource_name/1 by default

Link to this section Functions

Link to this function all(options \\ []) View Source
all(list) :: [map]
Link to this function children() View Source
children() :: list
Link to this function do_new(struct, list) View Source
do_new(%ExTwilio.TaskRouter.TaskQueue{account_sid: term, assignment_activity_name: term, assignment_activity_sid: term, date_created: term, date_updated: term, friendly_name: term, links: term, max_reserverd_workers: term, reservation_activity_name: term, reservation_activity_sid: term, sid: term, target_workers: term, url: term, workspace_sid: term}, list) :: %ExTwilio.TaskRouter.TaskQueue{account_sid: term, assignment_activity_name: term, assignment_activity_sid: term, date_created: term, date_updated: term, friendly_name: term, links: term, max_reserverd_workers: term, reservation_activity_name: term, reservation_activity_sid: term, sid: term, target_workers: term, url: term, workspace_sid: term}
Link to this function new() View Source
new() :: %ExTwilio.TaskRouter.TaskQueue{account_sid: term, assignment_activity_name: term, assignment_activity_sid: term, date_created: term, date_updated: term, friendly_name: term, links: term, max_reserverd_workers: term, reservation_activity_name: term, reservation_activity_sid: term, sid: term, target_workers: term, url: term, workspace_sid: term}
Link to this function new(attrs) View Source
new(list) :: %ExTwilio.TaskRouter.TaskQueue{account_sid: term, assignment_activity_name: term, assignment_activity_sid: term, date_created: term, date_updated: term, friendly_name: term, links: term, max_reserverd_workers: term, reservation_activity_name: term, reservation_activity_sid: term, sid: term, target_workers: term, url: term, workspace_sid: term}
Link to this function parents() View Source
parents() :: list
Link to this function resource_collection_name() View Source

Underscored and lowercased collection name for a given resource. Delegates the real work to ExTwilio.Api.resource_collection_name/1 by default.

Override in your module before use ExTwilio.Resource if you need something different.

CamelCase resource name as it would be used in Twilio’s API. Delegates the real work to ExTwilio.Api.resource_name/1 by default.

Override in your module before use ExTwilio.Resource if you need something different.