ProjectsLocationsRepositoriesPullRequestsPullRequestCommentsListOptions
import type { ProjectsLocationsRepositoriesPullRequestsPullRequestCommentsListOptions } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
Additional options for SecureSourceManager#projectsLocationsRepositoriesPullRequestsPullRequestCommentsList.
interface ProjectsLocationsRepositoriesPullRequestsPullRequestCommentsListOptions {
pageSize?: number;
pageToken?: string;
}