createTime property
Time at which the request to create the build was received.
Implementation
@$pb.TagNumber(6)
$2.Timestamp get createTime => $_getN(3);
Implementation
@$pb.TagNumber(6)
set createTime($2.Timestamp v) {
setField(6, v);
}
Time at which the request to create the build was received.
@$pb.TagNumber(6)
$2.Timestamp get createTime => $_getN(3);
@$pb.TagNumber(6)
set createTime($2.Timestamp v) {
setField(6, v);
}