inclusive property

  1. @JsonKey(name: 'include')
bool inclusive
read / write

Determines whether to include the messages sent exactly on the specified timestamp or have the matching message ID in the results.

Implementation

@JsonKey(name: 'include')
bool inclusive = false;