github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Queue.md (about) 1 # ApiV2010Queue 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **DateUpdated** | Pointer to **string** | The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 8 **CurrentSize** | Pointer to **int** | The number of calls currently in the queue. | 9 **FriendlyName** | Pointer to **string** | A string that you assigned to describe this resource. | 10 **Uri** | Pointer to **string** | The URI of this resource, relative to `https://api.twilio.com`. | 11 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Queue resource. | 12 **AverageWaitTime** | Pointer to **int** | The average wait time in seconds of the members in this queue. This is calculated at the time of the request. | 13 **Sid** | Pointer to **string** | The unique string that that we created to identify this Queue resource. | 14 **DateCreated** | Pointer to **string** | The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 15 **MaxSize** | Pointer to **int** | The maximum number of calls that can be in the queue. The default is 1000 and the maximum is 5000. | 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19