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

UpdateCollaborationInput

import type { UpdateCollaborationInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface UpdateCollaborationInput {
collaborationIdentifier: string;
description?: string | null;
name?: string | null;
}

§Properties

§
collaborationIdentifier: string
[src]

The identifier for the collaboration.

§
description?: string | null
[src]

A description of the collaboration.

§
name?: string | null
[src]

A human-readable identifier provided by the collaboration owner. Display names are not unique.