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

OpenIssueRequest

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

The request to open an issue.

interface OpenIssueRequest {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The current etag of the issue. If the etag is provided and does not match the current etag of the issue, opening will be blocked and an ABORTED error will be returned.