finalize property
If true, the call to CloneVersion
immediately finalizes the version
after cloning is complete.
If false, the cloned version will have a status of CREATED
. Use
[UpdateVersion
](patch) to set the status of the version to
FINALIZED
.
Implementation
core.bool? finalize;