# PulpFileClient::Purge ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **finished_before** | **DateTime** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional] **states** | [**Array<StatesEnum>**](StatesEnum.md) | List of task-states to be purged. Only 'final' states are allowed. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::Purge.new(finished_before: null, states: null) ```