| Name | Type | Description | Notes |
|---|---|---|---|
| jobs | List[V0043JobInfo] | ||
| last_backfill | V0043Uint64NoValStruct | ||
| last_update | V0043Uint64NoValStruct | ||
| meta | V0043OpenapiMeta | [optional] | |
| errors | List[V0043OpenapiError] | [optional] | |
| warnings | List[V0043OpenapiWarning] | [optional] |
from slurmrest_python.models.v0043_openapi_job_info_resp import V0043OpenapiJobInfoResp
# TODO update the JSON string below
json = "{}"
# create an instance of V0043OpenapiJobInfoResp from a JSON string
v0043_openapi_job_info_resp_instance = V0043OpenapiJobInfoResp.from_json(json)
# print the JSON string representation of the object
print(V0043OpenapiJobInfoResp.to_json())
# convert the object into a dict
v0043_openapi_job_info_resp_dict = v0043_openapi_job_info_resp_instance.to_dict()
# create an instance of V0043OpenapiJobInfoResp from a dict
v0043_openapi_job_info_resp_from_dict = V0043OpenapiJobInfoResp.from_dict(v0043_openapi_job_info_resp_dict)