Class ListSessionTemplatesRequest (5.9.3)

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

A request to list session templates in a project.

Attributes

NameDescription
parent str
Required. The parent that owns this collection of session templates.
page_size int
Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.
page_token str
Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.
filter str
Optional. A filter for the session templates to return in the response. Filters are case sensitive and have the following syntax: [field = value] AND [field [= value]] ...