twilio-openapi 1.2.2

This is a twilio API client generated via openAPI and slightly modified
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ApiPeriodV2010PeriodAccountPeriodQueuePeriodMember

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**call_sid** | Option<**String**> | The SID of the Call the resource is associated with | [optional]
**date_enqueued** | Option<**String**> | The date the member was enqueued | [optional]
**position** | Option<**i32**> | This member's current position in the queue. | [optional]
**uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com` | [optional]
**wait_time** | Option<**i32**> | The number of seconds the member has been in the queue. | [optional]
**queue_sid** | Option<**String**> | The SID of the Queue the member is in | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)