ListMigrationExecutionsResponse constructor

ListMigrationExecutionsResponse({
  1. List<MigrationExecution>? migrationExecutions,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListMigrationExecutionsResponse({
  this.migrationExecutions,
  this.nextPageToken,
  this.unreachable,
});