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

GetCaseResponse

import type { GetCaseResponse } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface GetCaseResponse {
fields: FieldValue[];
nextToken?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
templateId: string;
}

§Properties

§
fields: FieldValue[]
[src]

A list of detailed field information.

§
nextToken?: string | null
[src]

The token for the next set of results. This is null if there are no more results to return.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

§
templateId: string
[src]

A unique identifier of a template.