SearchListResponse constructor

SearchListResponse({
  1. String? etag,
  2. String? eventId,
  3. List<SearchResult>? items,
  4. String? kind,
  5. String? nextPageToken,
  6. PageInfo? pageInfo,
  7. String? prevPageToken,
  8. String? regionCode,
  9. TokenPagination? tokenPagination,
  10. String? visitorId,
})

Implementation

SearchListResponse({
  this.etag,
  this.eventId,
  this.items,
  this.kind,
  this.nextPageToken,
  this.pageInfo,
  this.prevPageToken,
  this.regionCode,
  this.tokenPagination,
  this.visitorId,
});