Twilio.Resources.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatistics (twilio_elixir v0.1.1)

Copy Markdown View Source

TaskQueueStatistics resource.

Parent: /Workspaces/{WorkspaceSid}/TaskQueues/{Sid}

Properties

FieldDescription

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

account_sidThe SID of the Account that created the TaskQueue resource.
cumulativeAn object that contains the cumulative statistics for the TaskQueue.
realtimeAn object that contains the real-time statistics for the TaskQueue.
task_queue_sidThe SID of the TaskQueue from which these statistics were calculated.
urlThe absolute URL of the TaskQueue statistics resource.. Format: uri
workspace_sidThe SID of the Workspace that contains the TaskQueue.

Summary

Types

t()

@type t() :: %Twilio.Resources.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatistics{
  account_sid: String.t() | nil,
  cumulative: String.t() | nil,
  realtime: String.t() | nil,
  task_queue_sid: String.t() | nil,
  url: String.t() | nil,
  workspace_sid: String.t() | nil
}

Functions

object_name()