Skip to content

Commit

Permalink
Regenerate cloudsupport client (#6049)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 4, 2025
1 parent 4412192 commit eb2fcca
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 eb2fcca

Please sign in to comment.