Class ListMigrationSubtasksResponse (0.1.0)

ListMigrationSubtasksResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response object for a ListMigrationSubtasks call. .. attribute:: migration_subtasks

The migration subtasks for the specified task.

:type: Sequence[google.cloud.bigquery_migration_v2alpha.types.MigrationSubtask]

Attribute

NameDescription
next_page_token str
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.