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

ListSlackWorkspaceConfigurationsRequest

import type { ListSlackWorkspaceConfigurationsRequest } from "https://aws-api.deno.dev/v0.4/services/supportapp.ts?docs=full";
interface ListSlackWorkspaceConfigurationsRequest {
nextToken?: string | null;
}

§Properties

§
nextToken?: string | null
[src]

If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.