withStartedAt method

DeployAttemptBuilder withStartedAt(
  1. DateTime? startedAt
)

Implementation

DeployAttemptBuilder withStartedAt(final DateTime? startedAt) {
  _startedAt = startedAt;
  return this;
}