ListNotesResponse

The response of listing notes.

JSON representation
{
  "notes": [
    {
      object (Note)
    }
  ],
  "nextPageToken": string
}
Fields
notes[]

object (Note)

The notes that match the request.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.