github.com/twilio/twilio-go@v1.20.1/rest/bulkexports/v1/docs/BulkexportsV1ExportCustomJob.md (about) 1 # BulkexportsV1ExportCustomJob 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **FriendlyName** | Pointer to **string** | The friendly name specified when creating the job | 8 **ResourceType** | Pointer to **string** | The type of communication – Messages, Calls, Conferences, and Participants | 9 **StartDay** | Pointer to **string** | The start day for the custom export specified when creating the job | 10 **EndDay** | Pointer to **string** | The end day for the export specified when creating the job | 11 **WebhookUrl** | Pointer to **string** | The optional webhook url called on completion of the job. If this is supplied, `WebhookMethod` must also be supplied. | 12 **WebhookMethod** | Pointer to **string** | This is the method used to call the webhook on completion of the job. If this is supplied, `WebhookUrl` must also be supplied. | 13 **Email** | Pointer to **string** | The optional email to send the completion notification to | 14 **JobSid** | Pointer to **string** | The unique job_sid returned when the custom export was created | 15 **Details** | Pointer to **interface{}** | The details of a job which is an object that contains an array of status grouped by `status` state. Each `status` object has a `status` string, a count which is the number of days in that `status`, and list of days in that `status`. The day strings are in the format yyyy-MM-dd. As an example, a currently running job may have a status object for COMPLETED and a `status` object for SUBMITTED each with its own count and list of days. | 16 **JobQueuePosition** | Pointer to **string** | This is the job position from the 1st in line. Your queue position will never increase. As jobs ahead of yours in the queue are processed, the queue position number will decrease | 17 **EstimatedCompletionTime** | Pointer to **string** | this is the time estimated until your job is complete. This is calculated each time you request the job list. The time is calculated based on the current rate of job completion (which may vary) and your job queue position | 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21