Sha256: ad28cfb61a1df709fe0552ec7a992725a72f2d7873f77331458bc18e822957e0

Contents?: true

Size: 587 Bytes

Versions: 2

Compression:

Stored size: 587 Bytes

Contents

# 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)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/Purge.md
pulp_file_client-3.49.14 docs/Purge.md