List Calenders Query Params
Class representation of the query parameters for listing calendars.
Constructors
Link copied to clipboard
public ListCalendersQueryParams ListCalendersQueryParams(@Json(name = "limit" ) Integer limit, @Json(name = "page_token" ) String pageToken, @Json(name = "metadata_pair" ) Map<String, String> metadataPair)
Types
Link copied to clipboard
Builder for ListCalendersQueryParams.
Properties
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
Pass in your metadata key and value pair to search for metadata.
Link copied to clipboard
An identifier that specifies which page of data to return. This value should be taken from the next_cursor response field.