github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Member.md (about) 1 # ApiV2010Member 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **CallSid** | Pointer to **string** | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Member resource is associated with. | 8 **DateEnqueued** | Pointer to **string** | The date that the member was enqueued, given in RFC 2822 format. | 9 **Position** | Pointer to **int** | This member's current position in the queue. | 10 **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. | 11 **WaitTime** | Pointer to **int** | The number of seconds the member has been in the queue. | 12 **QueueSid** | Pointer to **string** | The SID of the Queue the member is in. | 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