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

DisassociateMemberFromGroupRequest

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

§Properties

§
GroupId: string
[src]

The identifier for the group from which members are removed.

§
MemberId: string
[src]

The identifier for the member to be removed to the group.

§
OrganizationId: string
[src]

The identifier for the organization under which the group exists.