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

DescribeGroupRequest

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

§Properties

§
GroupId: string
[src]

The identifier for the group to be described.

§
OrganizationId: string
[src]

The identifier for the organization under which the group exists.