createTime property
Output only. The time the instance was created.
Implementation
@$pb.TagNumber(13)
$2.Timestamp get createTime => $_getN(10);
Implementation
@$pb.TagNumber(13)
set createTime($2.Timestamp v) {
setField(13, v);
}
Output only. The time the instance was created.
@$pb.TagNumber(13)
$2.Timestamp get createTime => $_getN(10);
@$pb.TagNumber(13)
set createTime($2.Timestamp v) {
setField(13, v);
}