AdminPurgeJobsResponse
AdminPurgeJobsResponse documentation for Python SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| jobs_purged | int | ||
| attempts_purged | int | ||
| references_purged | int | ||
| dry_run | bool |
Example
from goodmem_client.models.admin_purge_jobs_response import AdminPurgeJobsResponse
# TODO update the JSON string below
json = "{}"
# create an instance of AdminPurgeJobsResponse from a JSON string
admin_purge_jobs_response_instance = AdminPurgeJobsResponse.from_json(json)
# print the JSON string representation of the object
print(AdminPurgeJobsResponse.to_json())
# convert the object into a dict
admin_purge_jobs_response_dict = admin_purge_jobs_response_instance.to_dict()
# create an instance of AdminPurgeJobsResponse from a dict
admin_purge_jobs_response_from_dict = AdminPurgeJobsResponse.from_dict(admin_purge_jobs_response_dict)↑ Back to Python SDK ↑ Back to Python SDK ↑ Back to Python SDK