showDeleted property

  1. @TagNumber.new(6)
bool get showDeleted

Optional. Indicate that keys deleted in the past 30 days should also be returned.

Implementation

@$pb.TagNumber(6)
$core.bool get showDeleted => $_getBF(3);
  1. @TagNumber.new(6)
set showDeleted (bool value)

Implementation

@$pb.TagNumber(6)
set showDeleted($core.bool value) => $_setBool(3, value);