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

     1  # TaskrouterV1Event
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Event resource. |
     8  **ActorSid** | Pointer to **string** | The SID of the resource that triggered the event. |
     9  **ActorType** | Pointer to **string** | The type of resource that triggered the event. |
    10  **ActorUrl** | Pointer to **string** | The absolute URL of the resource that triggered the event. |
    11  **Description** | Pointer to **string** | A description of the event. |
    12  **EventData** | Pointer to **interface{}** | Data about the event. For more information, see [Event types](https://www.twilio.com/docs/taskrouter/api/event#event-types). |
    13  **EventDate** | Pointer to [**time.Time**](time.Time.md) | The time the event was sent, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    14  **EventDateMs** | Pointer to **int64** | The time the event was sent in milliseconds. |
    15  **EventType** | Pointer to **string** | The identifier for the event. |
    16  **ResourceSid** | Pointer to **string** | The SID of the object the event is most relevant to, such as a TaskSid, ReservationSid, or a  WorkerSid. |
    17  **ResourceType** | Pointer to **string** | The type of object the event is most relevant to, such as a Task, Reservation, or a Worker). |
    18  **ResourceUrl** | Pointer to **string** | The URL of the resource the event is most relevant to. |
    19  **Sid** | Pointer to **string** | The unique string that we created to identify the Event resource. |
    20  **Source** | Pointer to **string** | Where the Event originated. |
    21  **SourceIpAddress** | Pointer to **string** | The IP from which the Event originated. |
    22  **Url** | Pointer to **string** | The absolute URL of the Event resource. |
    23  **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Event. |
    24  
    25  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    26  
    27