# ApiPeriodV2010PeriodAccountPeriodNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account_sid** | Option<**String**> | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource. | [optional] **api_version** | Option<**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. | [optional] **call_sid** | Option<**String**> | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Notification resource is associated with. | [optional] **date_created** | Option<**String**> | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | [optional] **date_updated** | Option<**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. | [optional] **error_code** | Option<**String**> | A unique error code for the error condition that is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). | [optional] **log** | Option<**String**> | An integer log level that corresponds to the type of notification: `0` is ERROR, `1` is WARNING. | [optional] **message_date** | Option<**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`. | [optional] **message_text** | Option<**String**> | The text of the notification. | [optional] **more_info** | Option<**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). | [optional] **request_method** | Option<**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. | [optional] **request_url** | Option<**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. | [optional] **sid** | Option<**String**> | The unique string that that we created to identify the Notification resource. | [optional] **uri** | Option<**String**> | The URI of the resource, relative to `https://api.twilio.com`. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)