inclusive property

  1. @JsonKey(name: 'include')
bool inclusive
getter/setter pair

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;