recentCutoverJobs property
Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm's last completed cutover job and the vm's running cutover job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
Implementation
@$pb.TagNumber(20)
$core.List<CutoverJob> get recentCutoverJobs => $_getList(13);