Interface protos.grafeas.v1.IBatchCreateNotesRequest (3.5.0)

Properties of a BatchCreateNotesRequest.

Package

@google-cloud/grafeas!

Properties

notes

notes?: ({ [k: string]: grafeas.v1.INote }|null);

BatchCreateNotesRequest notes

Property Value
TypeDescription
({ [k: string]: grafeas.v1.INote }|null)

parent

parent?: (string|null);

BatchCreateNotesRequest parent

Property Value
TypeDescription
(string|null)