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

CloseIssueRequest

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

The request to close an issue.

interface CloseIssueRequest {
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, closing will be blocked and an ABORTED error will be returned.