List Notetakers Query Params
Class representing the query parameters for listing Notetakers.
Constructors
Types
Builder for ListNotetakersQueryParams.
Properties
Filter for Notetaker bots that have join times that end at or are before a specific time, in Unix timestamp format.
Filter for Notetaker bots that have join times that start at or after a specific time, in Unix timestamp format.
Sort the data Nylas returns in ascending (asc) or descending (desc) order.
Sort the data Nylas returns by the selected field. Defaults to created_at.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.prevCursor response field.
Filter for Notetaker bots with the specified meeting state.
Functions
Convert the query parameters to a json-formatted map.
Filter for Notetaker bots that have join times that end at or are before a specific time, in Unix timestamp format.
Filter for Notetaker bots that have join times that start at or after a specific time, in Unix timestamp format.
Sort the data Nylas returns in ascending (asc) or descending (desc) order.
Sort the data Nylas returns by the selected field. Defaults to created_at.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.prevCursor response field.
Filter for Notetaker bots with the specified meeting state.