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

DriveFollowUpRestrict

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

Drive follow-up search restricts (e.g. "followup:suggestions").

interface DriveFollowUpRestrict {
type?: "UNSPECIFIED" | "FOLLOWUP_SUGGESTIONS" | "FOLLOWUP_ACTION_ITEMS";
}

§Properties

§
type?: "UNSPECIFIED" | "FOLLOWUP_SUGGESTIONS" | "FOLLOWUP_ACTION_ITEMS"
[src]