is_personal property

bool is_personal
read / write

Pass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query.

Implementation

late bool is_personal;