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

Note

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

A text note attached to the proposal to facilitate the communication between buyers and sellers.

interface Note {
readonly createTime?: Date;
readonly creatorRole?: "BUYER_SELLER_ROLE_UNSPECIFIED" | "BUYER" | "SELLER";
note?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. When this note was created.

§
readonly creatorRole?: "BUYER_SELLER_ROLE_UNSPECIFIED" | "BUYER" | "SELLER"
[src]

Output only. The role who created the note.

§
note?: string
[src]

The text of the note. Maximum length is 1024 characters.