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

DescribeGroupResponse

import type { DescribeGroupResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DescribeGroupResponse {
DisabledDate?: Date | number | null;
Email?: string | null;
EnabledDate?: Date | number | null;
GroupId?: string | null;
Name?: string | null;
State?: EntityState | null;
}

§Properties

§
DisabledDate?: Date | number | null
[src]

The date and time when a user was deregistered from WorkMail, in UNIX epoch time format.

§
Email?: string | null
[src]

The email of the described group.

§
EnabledDate?: Date | number | null
[src]

The date and time when a user was registered to WorkMail, in UNIX epoch time format.

§
GroupId?: string | null
[src]

The identifier of the described group.

§
Name?: string | null
[src]

The name of the described group.

§
State?: EntityState | null
[src]

The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).