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

BatchUpdateIssuesRequest

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

Request message for the BatchUpdateIssues method.

interface BatchUpdateIssuesRequest {
requests?: UpdateIssueRequest[];
updateMask?: string;
}

§Properties

§

Required. The request message specifying the resources to update. A maximum of 100 issues can be modified in a batch.

§
updateMask?: string
[src]

Optional. The list of Issue fields to update. If this is set, the update_mask field in the UpdateIssueRequest messages must either be empty or match this field.