Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsSnoozesListOptions

import type { ProjectsSnoozesListOptions } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Additional options for Monitoring#projectsSnoozesList.

interface ProjectsSnoozesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. Optional filter to restrict results to the given criteria. The following fields are supported. interval.start_time interval.end_timeFor example: interval.start_time > "2022-03-11T00:00:00-08:00" AND interval.end_time < "2022-03-12T00:00:00-08:00"

§
pageSize?: number
[src]

Optional. The maximum number of results to return for a single query. The server may further constrain the maximum number of results returned in a single page. The value should be in the range 1, 1000. If the value given is outside this range, the server will decide the number of results to be returned.

§
pageToken?: string
[src]

Optional. The next_page_token from a previous call to ListSnoozesRequest to get the next page of results.