updateTime property

  1. @TagNumber(3)
Timestamp updateTime

Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

Implementation

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

Implementation

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