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

CreatePermissionRequest

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

The request to add a single permission on the note.

interface CreatePermissionRequest {
parent?: string;
permission?: Permission;
}

§Properties

§
parent?: string
[src]

Required. The parent note where this permission will be created. Format: notes/{note}

§
permission?: Permission
[src]

Required. The permission to create. One of Permission.email, User.email or Group.email must be supplied.