deletionDate property

  1. @TagNumber.new(3)
Timestamp get deletionDate

The timestamp of the deletion of the key. Note that the deletion date is only guaranteed to be set if the deletion was successful during the request. In case the deletion occurred in a previous request, the deletion date might be empty.

Implementation

@$pb.TagNumber(3)
$2.Timestamp get deletionDate => $_getN(0);
  1. @TagNumber.new(3)
set deletionDate (Timestamp value)

Implementation

@$pb.TagNumber(3)
set deletionDate($2.Timestamp value) => $_setField(3, value);