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

BatchCreatePullRequestCommentsRequest

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

The request to batch create pull request comments.

interface BatchCreatePullRequestCommentsRequest {}

§Properties

§

Required. The request message specifying the resources to create. There should be exactly one CreatePullRequestCommentRequest with CommentDetail being REVIEW in the list, and no more than 100 CreatePullRequestCommentRequests with CommentDetail being CODE in the list