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

RestrictItem

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

Information relevant only to a restrict entry. NextId: 12

interface RestrictItem {
driveFollowUpRestrict?: DriveFollowUpRestrict;
driveLocationRestrict?: DriveLocationRestrict;
driveMimeTypeRestrict?: DriveMimeTypeRestrict;
driveTimeSpanRestrict?: DriveTimeSpanRestrict;
searchOperator?: string;
}

§Properties

§
driveFollowUpRestrict?: DriveFollowUpRestrict
[src]
§
driveLocationRestrict?: DriveLocationRestrict
[src]
§
driveMimeTypeRestrict?: DriveMimeTypeRestrict
[src]

Drive Types.

§
driveTimeSpanRestrict?: DriveTimeSpanRestrict
[src]
§
searchOperator?: string
[src]

The search restrict (e.g. "after:2017-09-11 before:2017-09-12").