GoodMem
ReferenceClient SDKsPython SDKResponses

AdminPurgeJobsResponse

AdminPurgeJobsResponse documentation for Python SDK

Properties

NameTypeDescriptionNotes
jobs_purgedint
attempts_purgedint
references_purgedint
dry_runbool

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

On this page