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

GoogleFirebaseAppcheckV1BatchUpdateServicesRequest

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

Request message for the BatchUpdateServices method.

interface GoogleFirebaseAppcheckV1BatchUpdateServicesRequest {
updateMask?: string;
}

§Properties

§

Required. The request messages specifying the Services to update. A maximum of 100 objects can be updated in a batch.

§
updateMask?: string
[src]

Optional. A comma-separated list of names of fields in the Services to update. Example: display_name. If the update_mask field is set in both this request and any of the UpdateServiceRequest messages, they must match or the entire batch fails and no updates will be committed.