github.com/twilio/twilio-go@v1.20.1/rest/monitor/v1/docs/MonitorV1Event.md (about) 1 # MonitorV1Event 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 actor that caused the event, if available. Can be `null`. | 9 **ActorType** | Pointer to **string** | The type of actor that caused the event. Can be: `user` for a change made by a logged-in user in the Twilio Console, `account` for an event caused by an API request by an authenticating Account, `twilio-admin` for an event caused by a Twilio employee, and so on. | 10 **Description** | Pointer to **string** | A description of the event. Can be `null`. | 11 **EventData** | Pointer to **interface{}** | An object with additional data about the event. The contents depend on `event_type`. For example, event-types of the form `RESOURCE.updated`, this value contains a `resource_properties` dictionary that describes the previous and updated properties of the resource. | 12 **EventDate** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the event was recorded specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 13 **EventType** | Pointer to **string** | The event's type. Event-types are typically in the form: `RESOURCE_TYPE.ACTION`, where `RESOURCE_TYPE` is the type of resource that was affected and `ACTION` is what happened to it. For example, `phone-number.created`. For a full list of all event-types, see the [Monitor Event Types](https://www.twilio.com/docs/usage/monitor-events#event-types). | 14 **ResourceSid** | Pointer to **string** | The SID of the resource that was affected. | 15 **ResourceType** | Pointer to **string** | The type of resource that was affected. For a full list of all resource-types, see the [Monitor Event Types](https://www.twilio.com/docs/usage/monitor-events#event-types). | 16 **Sid** | Pointer to **string** | The unique string that we created to identify the Event resource. | 17 **Source** | Pointer to **string** | The originating system or interface that caused the event. Can be: `web` for events caused by user action in the Twilio Console, `api` for events caused by a request to our API, or `twilio` for events caused by an automated or internal Twilio system. | 18 **SourceIpAddress** | Pointer to **string** | The IP address of the source, if the source is outside the Twilio cloud. This value is `null` for events with `source` of `twilio` | 19 **Url** | Pointer to **string** | The absolute URL of the resource that was affected. Can be `null`. | 20 **Links** | Pointer to **map[string]interface{}** | The absolute URLs of related resources. | 21 22 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 23 24