Sha256: 013e79f40827cfe78a4dfa3a1362d864714fa7eda1fa0e1b2337253733e34f6a
Contents?: true
Size: 587 Bytes
Versions: 331
Compression:
Stored size: 587 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::Purge.new(finished_before: null, states: null) ```
Version data entries
331 entries across 331 versions & 1 rubygems