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

CreateGroupRequest

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

§Properties

§
Name: string
[src]

The name of the group.

§
OrganizationId: string
[src]

The organization under which the group is to be created.