startTime property

  1. @TagNumber(3)
Timestamp startTime

The time the certificate becomes valid.

Implementation

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

Implementation

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