ListMigratingVmsResponse constructor
ListMigratingVmsResponse({
- List<
MigratingVm> ? migratingVms, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListMigratingVmsResponse({
this.migratingVms,
this.nextPageToken,
this.unreachable,
});