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

ListBusinessReportSchedulesRequest

import type { ListBusinessReportSchedulesRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ListBusinessReportSchedulesRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of schedules listed in the call.

§
NextToken?: string | null
[src]

The token used to list the remaining schedules from the previous API call.