showDeleted property
Optional. Indicate that keys deleted in the past 30 days should also be returned.
Implementation
@$pb.TagNumber(6)
$core.bool get showDeleted => $_getBF(3);
Implementation
@$pb.TagNumber(6)
set showDeleted($core.bool value) => $_setBool(3, value);