withLatestDeployAttemptTime method
Implementation
ProjectInfoBuilder withLatestDeployAttemptTime(
DateTime? latestDeployAttemptTime) {
_latestDeployAttemptTime = Timestamp(timestamp: latestDeployAttemptTime);
return this;
}
ProjectInfoBuilder withLatestDeployAttemptTime(
DateTime? latestDeployAttemptTime) {
_latestDeployAttemptTime = Timestamp(timestamp: latestDeployAttemptTime);
return this;
}