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

ListBusinessReportSchedulesResponse

import type { ListBusinessReportSchedulesResponse } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ListBusinessReportSchedulesResponse {
BusinessReportSchedules?: BusinessReportSchedule[] | null;
NextToken?: string | null;
}

§Properties

§
BusinessReportSchedules?: BusinessReportSchedule[] | null
[src]

The schedule of the reports.

§
NextToken?: string | null
[src]

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