createTime property
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);
Implementation
@$pb.TagNumber(4)
set createTime($3.Timestamp value) => $_setField(4, value);