Class ListAttachmentsRequest (0.1.6)

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

The request message for the ListAttachments endpoint.

Attributes

NameDescription
parent str
Required. The resource name of Case object for which attachments should be listed.
page_size int
The maximum number of attachments fetched with each request. If not provided, the default is 10. The maximum page size that will be returned is 100.
page_token str
A token identifying the page of results to return. If unspecified, the first page is retrieved.