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

CreatePullRequestCommentRequest

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

The request to create a pull request comment.

interface CreatePullRequestCommentRequest {
parent?: string;
pullRequestComment?: PullRequestComment;
}

§Properties

§
parent?: string
[src]

Required. The pull request in which to create the pull request comment. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}

§
pullRequestComment?: PullRequestComment
[src]

Required. The pull request comment to create.