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

GetMailboxDetailsRequest

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

§Properties

§
OrganizationId: string
[src]

The identifier for the organization that contains the user whose mailbox details are being requested.

§
UserId: string
[src]

The identifier for the user whose mailbox details are being requested.