Class ListInstancesResponse (1.5.0)

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

Response message for the list instance request.

Attributes

NameDescription
instances Sequence[google.cloud.data_fusion_v1.types.Instance]
Represents a list of Data Fusion instances.
next_page_token str
Token to retrieve the next page of results or empty if there are no more results in the list.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListInstancesResponse