ShowFeedRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request message for the ShowFeed endpoint.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the case for which feed items should be listed. |
order_by |
str
Optional. Field to order feed items by, followed by asc
or desc postfix. The only valid field is
creation_time. This list is case-insensitive, default
sorting order is ascending, and the redundant space
characters are insignificant.
Example: creation_time desc
|
page_size |
int
Optional. The maximum number of feed items fetched with each request. |
page_token |
str
Optional. A token identifying the page of results to return. If unspecified, it retrieves the first page. |