status property
The status of this rollout. Readonly. In case of a failed rollout, the system will automatically rollback to the current Rollout version. Readonly.
Implementation
@$pb.TagNumber(4)
Rollout_RolloutStatus get status => $_getN(3);
Implementation
@$pb.TagNumber(4)
set status(Rollout_RolloutStatus value) => $_setField(4, value);