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

AddNoteRequest

import type { AddNoteRequest } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Request message for adding a note to a given proposal.

interface AddNoteRequest {
note?: Note;
}

§Properties

§
note?: Note
[src]

Details of the note to add.