| Name | Type | Description | Notes |
|---|---|---|---|
| attempts | int | [readonly] The number of attempts that have been made to deliver this payload | [optional] |
| created | \DateTime | [readonly] The date and time this payload was created | [optional] [readonly] |
| id | string | [readonly] The unique id of the object | [optional] [readonly] |
| name | string | [readonly] A descriptive name for this payload | [optional] |
| payload | mixed | [readonly] the JSON payload that will be sent to the URl | [optional] |
| statusCode | int | [readonly] The status code received from the Url | [optional] |
| statusMessage | string | [readonly] A message to accompany the status | [optional] |
| taskStatus | \SynergiTech\Staffology\Model\BackgroundTaskStatus | [optional] | |
| url | string | [readonly] The Url that payload will be sent to |