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

ListCollaborationsInput

import type { ListCollaborationsInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface ListCollaborationsInput {
maxResults?: number | null;
memberStatus?: FilterableMemberStatus | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

§
memberStatus?: FilterableMemberStatus | null
[src]

The caller's status in a collaboration.

§
nextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.