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

SearchRelatedItemsResponseItem

import type { SearchRelatedItemsResponseItem } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";

A list of items that represent RelatedItems.

interface SearchRelatedItemsResponseItem {
associationTime: Date | number;
relatedItemId: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
associationTime: Date | number
[src]

Time at which a related item was associated with a case.

§

Represents the content of a particular type of related item.

§
relatedItemId: string
[src]

Unique identifier of a related item.

§
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.

§

Type of a related item.