github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Notification.md (about)

     1  # ApiV2010Notification
     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 Notification resource. |
     8  **ApiVersion** | Pointer to **string** | The API version used to generate the notification. Can be empty for events that don't have a specific API version, such as incoming phone calls. |
     9  **CallSid** | Pointer to **string** | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Notification resource is associated with. |
    10  **DateCreated** | Pointer to **string** | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    11  **DateUpdated** | Pointer to **string** | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    12  **ErrorCode** | Pointer to **string** | A unique error code for the error condition that is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). |
    13  **Log** | Pointer to **string** | An integer log level that corresponds to the type of notification: `0` is ERROR, `1` is WARNING. |
    14  **MessageDate** | Pointer to **string** | The date the notification was actually generated in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. Message buffering can cause this value to differ from `date_created`. |
    15  **MessageText** | Pointer to **string** | The text of the notification. |
    16  **MoreInfo** | Pointer to **string** | The URL for more information about the error condition. This value is a page in our [Error Dictionary](https://www.twilio.com/docs/api/errors). |
    17  **RequestMethod** | Pointer to **string** | The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers. |
    18  **RequestUrl** | Pointer to **string** | The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called. |
    19  **Sid** | Pointer to **string** | The unique string that that we created to identify the Notification resource. |
    20  **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. |
    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