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/adexchangebuyer2:v2beta1.ts";

A proposal may be associated to several notes.

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

§Properties

§
readonly createTime?: Date
[src]

Output only. The timestamp for when this note was created.

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

Output only. The role of the person (buyer/seller) creating the note.

§
note?: string
[src]

The actual note to attach. (max-length: 1024 unicode code units) Note: This field may be set only when creating the resource. Modifying this field while updating the resource will result in an error.

§
readonly noteId?: string
[src]

Output only. The unique ID for the note.

§
readonly proposalRevision?: bigint
[src]

Output only. The revision number of the proposal when the note is created.