Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.06 KB

DeploymentStateCompleted.md

File metadata and controls

16 lines (12 loc) · 1.06 KB

DeploymentStateCompleted

Properties

Name Type Description Notes
Type_ string [default to null]
Name string The name of deployment state (COMPLETED). [optional] [default to null]
Url string Link to the deployment result. [optional] [default to null]
Deployer *Account The Bitbucket account that was used to perform the deployment. [optional] [default to null]
Status *DeploymentStateCompletedStatus The status of the completed deployment. [optional] [default to null]
StartDate time.Time The timestamp when the deployment was started. [optional] [default to null]
CompletionDate time.Time The timestamp when the deployment completed. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]