Class ListFilesResponse (1.7.0)

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

The response from listing files.

Attributes

NameDescription
files MutableSequence[google.cloud.artifactregistry_v1beta2.types.File]
The files returned.
next_page_token str
The token to retrieve the next page of files, or empty if there are no more files to return.