BatchCreateNotesResponse

Response for creating notes in batch.

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

object (Note)

The notes that were created.