createTime property

  1. @TagNumber.new(6)
Timestamp get 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.new(6)
set createTime (Timestamp v)

Implementation

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