LiveChatMessageListResponse constructor

LiveChatMessageListResponse({
  1. String? etag,
  2. String? eventId,
  3. List<LiveChatMessage>? items,
  4. String? kind,
  5. String? nextPageToken,
  6. DateTime? offlineAt,
  7. PageInfo? pageInfo,
  8. int? pollingIntervalMillis,
  9. TokenPagination? tokenPagination,
  10. String? visitorId,
})

Implementation

LiveChatMessageListResponse({
  this.etag,
  this.eventId,
  this.items,
  this.kind,
  this.nextPageToken,
  this.offlineAt,
  this.pageInfo,
  this.pollingIntervalMillis,
  this.tokenPagination,
  this.visitorId,
});