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

OrganizationsLocationsCustomersWorkloadsViolationsListOptions

import type { OrganizationsLocationsCustomersWorkloadsViolationsListOptions } from "https://googleapis.deno.dev/v1/cloudcontrolspartner:v1.ts";

Additional options for CloudControlsPartner#organizationsLocationsCustomersWorkloadsViolationsList.

interface OrganizationsLocationsCustomersWorkloadsViolationsListOptions {
filter?: string;
[interval.endTime]?: Date;
[interval.startTime]?: Date;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. Filtering results

§
[interval.endTime]?: Date
[src]

Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.

§
[interval.startTime]?: Date
[src]

Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.

§
orderBy?: string
[src]

Optional. Hint for how to order the results

§
pageSize?: number
[src]

Optional. The maximum number of customers row to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListViolations call. Provide this to retrieve the subsequent page.