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

AccessProposalRoleAndView

import type { AccessProposalRoleAndView } from "https://googleapis.deno.dev/v1/drive:v3.ts";

A wrapper for the role and view of an access proposal.

interface AccessProposalRoleAndView {
role?: string;
view?: string;
}

§Properties

§
role?: string
[src]

The role that was proposed by the requester New values may be added in the future, but the following are currently possible: * writer * commenter

  • reader
§
view?: string
[src]

Indicates the view for this access proposal. Only populated for proposals that belong to a view. published is the only supported value.