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

UpdateIssueRequest

import type { UpdateIssueRequest } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";

Request message for the UpdateIssue method.

interface UpdateIssueRequest {
issue?: Issue;
updateMask?: string;
}

§Properties

§
issue?: Issue
[src]

Required. The issue to update. The issue's name field is used to identify the issue to update. Format: "projects/{project}/apps/{app}/issues/{issue}".

§
updateMask?: string
[src]

Optional. The list of Issue fields to update. Currently only "state" is mutable.