Interface ListCalendersQueryParams

Interface of the query parameters for listing calendars.

Hierarchy

Properties

limit?: number

The maximum number of objects to return. This field defaults to 50. The maximum allowed value is 200.

metadataPair?: Record<string, string>

Pass in your metadata key and value pair to search for metadata.

pageToken?: string

An identifier that specifies which page of data to return. This value should be taken from the [ListResponse.nextCursor] response field.

Generated using TypeDoc