Class ListTasksResponse (1.1.0)

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

List tasks response.

Attributes

NameDescription
tasks Sequence[google.cloud.dataplex_v1.types.Task]
Tasks under the given parent lake.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.
unreachable_locations Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListTasksResponse