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

Properties of a ListSinksResponse.

Package

@google-cloud/logging!

Properties

nextPageToken

nextPageToken?: (string|null);

ListSinksResponse nextPageToken

Property Value
TypeDescription
(string|null)

sinks

sinks?: (google.logging.v2.ILogSink[]|null);

ListSinksResponse sinks

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