scheduleDeadlineTime property
Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
Implementation
@$pb.TagNumber(4)
$2.Timestamp get scheduleDeadlineTime => $_getN(2);
Implementation
@$pb.TagNumber(4)
set scheduleDeadlineTime($2.Timestamp v) { setField(4, v); }