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

BookingOptions

import type { BookingOptions } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";

At least one delegate must be associated to the resource to disable automatic replies from the resource.

interface BookingOptions {
AutoAcceptRequests?: boolean | null;
AutoDeclineConflictingRequests?: boolean | null;
AutoDeclineRecurringRequests?: boolean | null;
}

§Properties

§
AutoAcceptRequests?: boolean | null
[src]

The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.

§
AutoDeclineConflictingRequests?: boolean | null
[src]

The resource's ability to automatically decline any conflicting requests.

§
AutoDeclineRecurringRequests?: boolean | null
[src]

The resource's ability to automatically decline any recurring requests.