createTime property

  1. @TagNumber.new(8)
Timestamp get createTime

Output only. The timestamp when the resource was created. This may be either the time creation was initiated or when it was completed.

Implementation

@$pb.TagNumber(8)
$2.Timestamp get createTime => $_getN(7);
  1. @TagNumber.new(8)
set createTime (Timestamp value)

Implementation

@$pb.TagNumber(8)
set createTime($2.Timestamp value) => $_setField(8, value);