createTime property

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

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

Implementation

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

Implementation

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