ListLogEntriesResponse constructor

ListLogEntriesResponse({
  1. List<LogEntry> entries = const [],
  2. String nextPageToken = '',
})

Implementation

ListLogEntriesResponse({this.entries = const [], this.nextPageToken = ''})
  : super(fullyQualifiedName);