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

SasPortalNode

import type { SasPortalNode } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

The Node.

interface SasPortalNode {
displayName?: string;
name?: string;
sasUserIds?: string[];
}

§Properties

§
displayName?: string
[src]

The node's display name.

§
name?: string
[src]

Output only. Resource name.

§
sasUserIds?: string[]
[src]

User ids used by the devices belonging to this node.