Skip to content

Commit

Permalink
Regenerate cloudsupport client (#6005)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 14, 2024
1 parent b3e9574 commit d8cd94c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CloudSupport/Resource/CasesAttachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ class CasesAttachments extends \Google\Service\Resource
*
* @opt_param int pageSize 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.
* be returned is 100. The size of each page can be smaller than the requested
* page size and can include zero. For example, you could request 100
* attachments on one page, receive 0, and then on the next page, receive 90.
* @opt_param string pageToken A token identifying the page of results to
* return. If unspecified, the first page is retrieved.
* @return ListAttachmentsResponse
Expand Down

0 comments on commit d8cd94c

Please sign in to comment.