startTime property

  1. @TagNumber(1)
Timestamp startTime

Output only. The start time of any upcoming scheduled maintenance for this instance.

Implementation

@$pb.TagNumber(1)
$2.Timestamp get startTime => $_getN(0);
  1. @TagNumber(1)
void startTime=(Timestamp v)

Implementation

@$pb.TagNumber(1)
set startTime($2.Timestamp v) { setField(1, v); }