ListMigrationJobObjectsResponse constructor

ListMigrationJobObjectsResponse({
  1. List<MigrationJobObject>? migrationJobObjects,
  2. String? nextPageToken,
})

Implementation

ListMigrationJobObjectsResponse({
  this.migrationJobObjects,
  this.nextPageToken,
});