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

Copy Markdown View Source

TaskQueuesStatistics resource.

Parent: /Workspaces/{WorkspaceSid}/TaskQueues

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 TaskQueues.
realtimeAn object that contains the real-time statistics for the TaskQueues.
task_queue_sidThe SID of the TaskQueue from which these statistics were calculated.
workspace_sidThe SID of the Workspace that contains the TaskQueues.

Summary

Types

t()

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

Functions

object_name()