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

Resource

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

The representation of a resource.

interface Resource {
DisabledDate?: Date | number | null;
Email?: string | null;
EnabledDate?: Date | number | null;
Id?: string | null;
Name?: string | null;
State?: EntityState | null;
Type?: ResourceType | null;
}

§Properties

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

The date indicating when the resource was disabled from WorkMail use.

§
Email?: string | null
[src]

The email of the resource.

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

The date indicating when the resource was enabled for WorkMail use.

§
Id?: string | null
[src]

The identifier of the resource.

§
Name?: string | null
[src]

The name of the resource.

§
State?: EntityState | null
[src]

The state of the resource, which can be ENABLED, DISABLED, or DELETED.

§
Type?: ResourceType | null
[src]

The type of the resource: equipment or room.