startTime property
Output only. The start time of any upcoming scheduled maintenance for this instance.
Implementation
@$pb.TagNumber(1)
$2.Timestamp get startTime => $_getN(0);
Implementation
@$pb.TagNumber(1)
set startTime($2.Timestamp v) { setField(1, v); }