eventLog property

List<DeploymentEvent>? eventLog
final

A list containing all events related to a deployment. The most recent events are displayed first.

Implementation

final List<DeploymentEvent>? eventLog;