Interface protos.grafeas.v1.IListNotesResponse (3.2.0)

Properties of a ListNotesResponse.

Package

@google-cloud/containeranalysis

Properties

nextPageToken

nextPageToken?: (string|null);

ListNotesResponse nextPageToken

Property Value
TypeDescription
(string|null)

notes

notes?: (grafeas.v1.INote[]|null);

ListNotesResponse notes

Property Value
TypeDescription
(grafeas.v1.INote[]|null)