createTime property

  1. @TagNumber(6)
Timestamp createTime

Output only. The time the report was created (this refers to the time of the request, not the time the report creation completed).

Implementation

@$pb.TagNumber(6)
$2.Timestamp get createTime => $_getN(5);
  1. @TagNumber(6)
void createTime=(Timestamp v)

Implementation

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