deleted property

bool? deleted
getter/setter pair

If true, soft-deleted versions will be included in lookup, no matter if the subject is active or soft-deleted.

If false, soft-deleted versions will be excluded. The default is false.

Optional.

Implementation

core.bool? deleted;