ListMigrationJobObjectsResponse constructor
ListMigrationJobObjectsResponse({
- List<
MigrationJobObject> ? migrationJobObjects, - String? nextPageToken,
Implementation
ListMigrationJobObjectsResponse({
this.migrationJobObjects,
this.nextPageToken,
});