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

ListTeamMembersRequest

import type { ListTeamMembersRequest } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface ListTeamMembersRequest {
maxResults?: number | null;
nextToken?: string | null;
projectId: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of team members you want returned in a response.

§
nextToken?: string | null
[src]

The continuation token for the next set of results, if the results cannot be returned in one response.

§
projectId: string
[src]

The ID of the project for which you want to list team members.