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

ListPullRequestsResponse

import type { ListPullRequestsResponse } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";

ListPullRequestsResponse is the response to list pull requests.

interface ListPullRequestsResponse {
nextPageToken?: string;
pullRequests?: PullRequest[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
pullRequests?: PullRequest[]
[src]

The list of pull requests.