Class ListSlatesRequest (0.2.0)

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

Request message for VideoStitcherService.listSlates.

Attributes

NameDescription
parent str
Required. The project to list slates, in the form of ``projects/{project_number}``.
page_size int
Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
page_token str
A token identifying a page of results the server should return.
filter str
Filtering results
order_by str
Hint for how to order the results

Inheritance

builtins.object > proto.message.Message > ListSlatesRequest