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

FolderConfiguration

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

The configuration applied to an organization's folders by its retention policy.

interface FolderConfiguration {
Name: FolderName;
Period?: number | null;
}

§Properties

§

The action to take on the folder contents at the end of the folder configuration period.

§

The folder name.

§
Period?: number | null
[src]

The number of days for which the folder-configuration action applies.