Interface protos.grafeas.v1.IListOccurrencesResponse (3.5.0)

Properties of a ListOccurrencesResponse.

Package

@google-cloud/grafeas!

Properties

nextPageToken

nextPageToken?: (string|null);

ListOccurrencesResponse nextPageToken

Property Value
TypeDescription
(string|null)

occurrences

occurrences?: (grafeas.v1.IOccurrence[]|null);

ListOccurrencesResponse occurrences

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