Class ListMigrationSubtasksResponse (0.11.7)

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

Response object for a ListMigrationSubtasks call.

Attributes

NameDescription
migration_subtasks MutableSequence[google.cloud.bigquery_migration_v2alpha.types.MigrationSubtask]
The migration subtasks for the specified task.
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.