github.com/twilio/twilio-go@v1.20.1/rest/preview_messaging/v1/docs/MessagingV1Broadcast.md (about) 1 # MessagingV1Broadcast 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **BroadcastSid** | **string** | Numeric ID indentifying individual Broadcast requests |[optional] 8 **CreatedDate** | [**time.Time**](time.Time.md) | Timestamp of when the Broadcast was created |[optional] 9 **UpdatedDate** | [**time.Time**](time.Time.md) | Timestamp of when the Broadcast was last updated |[optional] 10 **BroadcastStatus** | **string** | Status of the Broadcast request. Valid values are None, Pending-Upload, Uploaded, Queued, Executing, Execution-Failure, Execution-Completed, Cancelation-Requested, and Canceled |[optional] 11 **ExecutionDetails** | [**MessagingV1BroadcastExecutionDetails**](MessagingV1BroadcastExecutionDetails.md) | |[optional] 12 **ResultsFile** | **string** | Path to a file detailing successful requests and errors from Broadcast execution |[optional] 13 14 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 16