purgeTime property

String? purgeTime
getter/setter pair

The last time this queue was purged.

All tasks that were created before this time were purged. A queue can be purged using PurgeQueue, the App Engine Task Queue SDK, or the Cloud Console. Purge time will be truncated to the nearest microsecond. Purge time will be unset if the queue has never been purged.

Output only.

Implementation

core.String? purgeTime;