Class ListDataItemsResponse (0.3.1)

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

Response message for DatasetService.ListDataItems.

Attributes

NameDescription
data_items Sequence[`.data_item.DataItem`]
A list of DataItems that matches the specified filter in the request.
next_page_token str
The standard List next-page token.

Inheritance

builtins.object > proto.message.Message > ListDataItemsResponse