ListLogsResponse constructor

ListLogsResponse({
  1. List<String> logNames = const [],
  2. String nextPageToken = '',
})

Implementation

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