Class ListFilesResponse (1.5.0)

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

The response from listing files.

Attributes

NameDescription
files MutableSequence[google.cloud.artifactregistry_v1.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.