origin property

FieldPredicate<MessageOrigin>? origin
final

Only show messages that were sent by users (web), through the REST API (rest), via reply-to-email (email) or via the import REST API (import).

Implementation

final FieldPredicate<MessageOrigin>? origin;