ListLogsResponse constructor

ListLogsResponse({
  1. List<String>? logNames,
  2. String? nextPageToken,
})

Implementation

ListLogsResponse({this.logNames, this.nextPageToken});