CommentThreadListResponse constructor
CommentThreadListResponse({
- String? etag,
- String? eventId,
- List<
CommentThread> ? items, - String? kind,
- String? nextPageToken,
- PageInfo? pageInfo,
- TokenPagination? tokenPagination,
- String? visitorId,
Implementation
CommentThreadListResponse({
this.etag,
this.eventId,
this.items,
this.kind,
this.nextPageToken,
this.pageInfo,
this.tokenPagination,
this.visitorId,
});