github.com/twilio/twilio-go@v1.20.1/rest/bulkexports/v1/docs/BulkexportsV1ExportConfiguration.md (about) 1 # BulkexportsV1ExportConfiguration 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Enabled** | Pointer to **bool** | If true, Twilio will automatically generate every day's file when the day is over. | 8 **WebhookUrl** | Pointer to **string** | Stores the URL destination for the method specified in webhook_method. | 9 **WebhookMethod** | Pointer to **string** | Sets whether Twilio should call a webhook URL when the automatic generation is complete, using GET or POST. The actual destination is set in the webhook_url | 10 **ResourceType** | Pointer to **string** | The type of communication – Messages, Calls, Conferences, and Participants | 11 **Url** | Pointer to **string** | The URL of this resource. | 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15