Interface protos.google.logging.v2.IListViewsResponse (9.3.1)

Properties of a ListViewsResponse.

Package

@google-cloud/logging!

Properties

nextPageToken

nextPageToken?: (string|null);

ListViewsResponse nextPageToken

Property Value
TypeDescription
(string|null)

views

views?: (google.logging.v2.ILogView[]|null);

ListViewsResponse views

Property Value
TypeDescription
(google.logging.v2.ILogView[]|null)