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

ShareResult

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

Describes the share results of a resource.

interface ShareResult {
InviteePrincipalId?: string | null;
PrincipalId?: string | null;
Role?: RoleType | null;
ShareId?: string | null;
Status?: ShareStatusType | null;
StatusMessage?: string | null;
}

§Properties

§
InviteePrincipalId?: string | null
[src]

The ID of the invited user.

§
PrincipalId?: string | null
[src]

The ID of the principal.

§
Role?: RoleType | null
[src]

The role.

§
ShareId?: string | null
[src]

The ID of the resource that was shared.

§
Status?: ShareStatusType | null
[src]

The status.

§
StatusMessage?: string | null
[src]

The status message.