createTime property
The time the operation was created.
Implementation
@$pb.TagNumber(1)
$3.Timestamp get createTime => $_getN(0);
Implementation
@$pb.TagNumber(1)
set createTime($3.Timestamp v) {
setField(1, v);
}
The time the operation was created.
@$pb.TagNumber(1)
$3.Timestamp get createTime => $_getN(0);
@$pb.TagNumber(1)
set createTime($3.Timestamp v) {
setField(1, v);
}