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

RoomData

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

The data of a room.

interface RoomData {
Description?: string | null;
ProfileArn?: string | null;
ProfileName?: 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.

§
ProfileName?: string | null
[src]

The profile name 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.