ListViewsResponse constructor

ListViewsResponse({
  1. String? nextPageToken,
  2. List<LogView>? views,
})

Implementation

ListViewsResponse({
  this.nextPageToken,
  this.views,
});