Class ListAttachmentsResponse (1.20.0)

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

The response from listing attachments.

Attributes

Name Description
attachments MutableSequence[google.cloud.artifactregistry_v1.types.Attachment]
The attachments returned.
next_page_token str
The token to retrieve the next page of attachments, or empty if there are no more attachments to return.