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

GroupMetadata

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

Describes the metadata of a user group.

interface GroupMetadata {
Id?: string | null;
Name?: string | null;
}

§Properties

§
Id?: string | null
[src]

The ID of the user group.

§
Name?: string | null
[src]

The name of the group.