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

SpaceInfo

import type { SpaceInfo } from "https://googleapis.deno.dev/v1/tasks:v1.ts";

Information about the Chat Space where a task was assigned from.

interface SpaceInfo {
readonly space?: string;
}

§Properties

§
readonly space?: string
[src]

Output only. The Chat space where this task originates from. The format is "spaces/{space}".