LiveChatMessageListResponse constructor
LiveChatMessageListResponse({
- LiveChatMessage? activePollItem,
- String? etag,
- String? eventId,
- List<
LiveChatMessage> ? items, - String? kind,
- String? nextPageToken,
- DateTime? offlineAt,
- PageInfo? pageInfo,
- int? pollingIntervalMillis,
- TokenPagination? tokenPagination,
- String? visitorId,
Implementation
LiveChatMessageListResponse({
this.activePollItem,
this.etag,
this.eventId,
this.items,
this.kind,
this.nextPageToken,
this.offlineAt,
this.pageInfo,
this.pollingIntervalMillis,
this.tokenPagination,
this.visitorId,
});