real_time_statistics

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package real_time_statistics contains auto-generated files. DO NOT MODIFY

Package real_time_statistics contains auto-generated files. DO NOT MODIFY

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for managing workspace real time statistics See https://www.twilio.com/docs/taskrouter/api/workspace-statistics for more details

func New

func New(client *client.Client, properties ClientProperties) *Client

New creates a new instance of the real time statistics client

func (Client) Fetch

Fetch retrieves real time statistics See https://www.twilio.com/docs/taskrouter/api/workspace-statistics#workspace-realtime-statistics for more details Context is defaulted to Background. See https://golang.org/pkg/context/#Background for more information

func (Client) FetchWithContext

FetchWithContext retrieves real time statistics See https://www.twilio.com/docs/taskrouter/api/workspace-statistics#workspace-realtime-statistics for more details

type ClientProperties

type ClientProperties struct {
	WorkspaceSid string
}

ClientProperties are the properties required to manage the real time statistics resources

type FetchActivityStatistic

type FetchActivityStatistic struct {
	FriendlyName string `json:"friendly_name"`
	Sid          string `json:"sid"`
	Workers      int    `json:"workers"`
}

type FetchRealTimeStatisticsOptions

type FetchRealTimeStatisticsOptions struct {
	TaskChannel *string
}

FetchRealTimeStatisticsOptions defines the query options for the api operation

type FetchRealTimeStatisticsResponse

type FetchRealTimeStatisticsResponse struct {
	AccountSid            string                   `json:"account_sid"`
	ActivityStatistics    []FetchActivityStatistic `json:"activity_statistics"`
	LongestTaskWaitingAge int                      `json:"longest_task_waiting_age"`
	LongestTaskWaitingSid *string                  `json:"longest_task_waiting_sid,omitempty"`
	TasksByPriority       map[string]int           `json:"tasks_by_priority"`
	TasksByStatus         map[string]int           `json:"tasks_by_status"`
	TotalTasks            int                      `json:"total_tasks"`
	TotalWorkers          int                      `json:"total_workers"`
	URL                   string                   `json:"url"`
	WorkspaceSid          string                   `json:"workspace_sid"`
}

FetchRealTimeStatisticsResponse defines the response fields for the retrieved real time statistics

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL