undeployTime property

String? undeployTime
getter/setter pair

The time at which the DeploymentEvent was undeployed, all artifacts are considered undeployed once this time is set.

This would be the max of all ArtifactDeployment undeploy_times. If any ArtifactDeployment is still active (i.e. does not have an undeploy_time), this field will be empty.

Output only.

Implementation

core.String? undeployTime;