AuditDeploymentData
Description
The base class for audit base event data. (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 | |||
|---|---|---|---|---|---|---|
| startTimeStamp | False | integer | A number of milliseconds since the POSIX Epoch when deployment has started. | |||
| endTimeStamp | False | integer | A number of milliseconds since the POSIX Epoch when deployment has been completed. | |||
| status | False | string | A status of Deployment process, e.g. COMPLETED, FAILED. | |||
| errorMessage | False | string | Details of failure if deployment has failed. | |||
| deploymentStatusUuid | False | string | UUID of the deployment status. | |||