Class ListDatasetsResponse (0.4.0)

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

Response message for DatasetService.ListDatasets.

Attributes

Name Description
datasets Sequence[`.gca_dataset.Dataset`]
A list of Datasets that matches the specified filter in the request.
next_page_token str
The standard List next-page token.

Inheritance

builtins.object > proto.message.Message > ListDatasetsResponse