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

Room

import type { Room } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

A room with attributes.

interface Room {
Description?: string | null;
ProfileArn?: string | null;
ProviderCalendarId?: string | null;
RoomArn?: string | null;
RoomName?: string | null;
}

§Properties

§
Description?: string | null
[src]

The description of a room.

§
ProfileArn?: string | null
[src]

The profile ARN of a room.

§
ProviderCalendarId?: string | null
[src]

The provider calendar ARN of a room.

§
RoomArn?: string | null
[src]

The ARN of a room.

§
RoomName?: string | null
[src]

The name of a room.