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. For more information, see Roles and permissions.

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

§Properties

§
role?: string
[src]

The role that was proposed by the requester. The supported values are: * writer * commenter * reader

§
view?: string
[src]

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