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

AddAttachmentsToSetResponse

import type { AddAttachmentsToSetResponse } from "https://aws-api.deno.dev/v0.3/services/support.ts?docs=full";

The ID and expiry time of the attachment set returned by the "AddAttachmentsToSet" operation.

interface AddAttachmentsToSetResponse {
attachmentSetId?: string | null;
expiryTime?: string | null;
}

§Properties

§
attachmentSetId?: string | null
[src]

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

§
expiryTime?: string | null
[src]

The time and date when the attachment set expires.