VideoListResponse constructor

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

Implementation

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