github.com/twilio/twilio-go@v1.20.1/rest/proxy/v1/docs/ProxyV1Session.md (about) 1 # ProxyV1Session 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Session resource. | 8 **ServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/proxy/api/service) the session is associated with. | 9 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Session resource. | 10 **DateStarted** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session started. | 11 **DateEnded** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session ended. | 12 **DateLastInteraction** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session last had an interaction. | 13 **DateExpiry** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value. | 14 **UniqueName** | Pointer to **string** | An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. Supports UTF-8 characters. **This value should not have PII.** | 15 **Status** | Pointer to [**string**](SessionEnumStatus.md) | | 16 **ClosedReason** | Pointer to **string** | The reason the Session ended. | 17 **Ttl** | Pointer to **int** | The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction. | 18 **Mode** | Pointer to [**string**](SessionEnumMode.md) | | 19 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. | 20 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. | 21 **Url** | Pointer to **string** | The absolute URL of the Session resource. | 22 **Links** | Pointer to **map[string]interface{}** | The URLs of resources related to the Session. | 23 24 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 25 26