github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1WorkflowStatistics.md (about)

     1  # TaskrouterV1WorkflowStatistics
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workflow resource. |
     8  **Cumulative** | Pointer to **interface{}** | An object that contains the cumulative statistics for the Workflow. |
     9  **Realtime** | Pointer to **interface{}** | An object that contains the real-time statistics for the Workflow. |
    10  **WorkflowSid** | Pointer to **string** | Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. |
    11  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Workflow. |
    12  **Url** | Pointer to **string** | The absolute URL of the Workflow statistics resource. |
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16