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

EscalateCaseRequest

import type { EscalateCaseRequest } from "https://googleapis.deno.dev/v1/cloudsupport:v2.ts";

The request message for the EscalateCase endpoint.

interface EscalateCaseRequest {
escalation?: Escalation;
}

§Properties

§
escalation?: Escalation
[src]

The escalation information to be sent with the escalation request.