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

CreateCaseRequest

import type { CreateCaseRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/support.ts";
interface CreateCaseRequest {
attachmentSetId?: string | null;
categoryCode?: string | null;
ccEmailAddresses?: string[] | null;
communicationBody: string;
issueType?: string | null;
language?: string | null;
serviceCode?: string | null;
severityCode?: string | null;
subject: string;
}

§Properties

§
attachmentSetId?: string | null
[src]
§
categoryCode?: string | null
[src]
§
ccEmailAddresses?: string[] | null
[src]
§
communicationBody: string
[src]
§
issueType?: string | null
[src]
§
language?: string | null
[src]
§
serviceCode?: string | null
[src]
§
severityCode?: string | null
[src]
§
subject: string
[src]