DeploymentStatusMessage
Description
An object containing status updates and error messages generating during deployment. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| taskName | False | string | A String indicating the specific task that the message applies to. | |||
| timestamp | False | integer | A Long indicating what time in Unix milliseconds the message was published. | |||
| message | False | string | A String containing the status or error message. | |||
| properties | False | object | A map of special properties for this specific DeploymentStatusMessage instance. | |||
| taskState | False | string | An enum indicating what state the deployment task was in when the message was saved. Possible values are: STARTED - the task had begun execution. IN_PROGRESS - the task was still in-progress. FINISHED - the task had completed its work. FAILED - the task had failed to complete execution. |
|||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||