List Import Event Query Params
Class representation of the query parameters for listing import events.
Constructors
Link copied to clipboard
public ListImportEventQueryParams ListImportEventQueryParams(@Json(name = "calendar_id" ) String calendarId, @Json(name = "limit" ) Integer limit, @Json(name = "page_token" ) String pageToken, @Json(name = "start" ) Integer start, @Json(name = "end" ) Integer end, @Json(name = "select" ) String select)
Types
Link copied to clipboard
Builder for ListImportEventQueryParams.
Properties
Link copied to clipboard
Filter for the specified calendar ID. (Not supported for iCloud) You can use primary to query the end user's primary calendar. This is a required parameter.
Link copied to clipboard
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
Filter for the specified calendar ID. (Not supported for iCloud) You can use primary to query the end user's primary calendar. This is a required parameter.
Link copied to clipboard
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.