ListSinksResponse constructor

ListSinksResponse({
  1. String? nextPageToken,
  2. List<LogSink>? sinks,
})

Implementation

ListSinksResponse({
  this.nextPageToken,
  this.sinks,
});