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

FamilysharingUnshareOptions

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

Additional options for Books#familysharingUnshare.

interface FamilysharingUnshareOptions {
docId?: string;
source?: string;
volumeId?: string;
}

§Properties

§
docId?: string
[src]

The docid to unshare.

§
source?: string
[src]

String to identify the originator of this request.

§
volumeId?: string
[src]

The volume to unshare.