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

SetMuteRequest

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

Request message for updating a finding's mute status.

interface SetMuteRequest {
mute?:
| "MUTE_UNSPECIFIED"
| "MUTED"
| "UNMUTED"
| "UNDEFINED";
}

§Properties

§
mute?: "MUTE_UNSPECIFIED" | "MUTED" | "UNMUTED" | "UNDEFINED"
[src]

Required. The desired state of the Mute.