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

     1  # ProxyV1Participant
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Participant resource. |
     8  **SessionSid** | Pointer to **string** | The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. |
     9  **ServiceSid** | Pointer to **string** | The SID of the resource's parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. |
    10  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource. |
    11  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the participant. This value must be 255 characters or fewer. Supports UTF-8 characters. **This value should not have PII.** |
    12  **Identifier** | Pointer to **string** | The phone number or channel identifier of the Participant. This value must be 191 characters or fewer. Supports UTF-8 characters. |
    13  **ProxyIdentifier** | Pointer to **string** | The phone number or short code (masked number) of the participant's partner. The participant will call or message the partner participant at this number. |
    14  **ProxyIdentifierSid** | Pointer to **string** | The SID of the Proxy Identifier assigned to the Participant. |
    15  **DateDeleted** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Participant was removed from the session. |
    16  **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. |
    17  **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. |
    18  **Url** | Pointer to **string** | The absolute URL of the Participant resource. |
    19  **Links** | Pointer to **map[string]interface{}** | The URLs to resources related the participant. |
    20  
    21  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    22  
    23