Skip to content

jobs_get_job_status_response

OQTOPUS Cloud User API

OQTOPUS Cloud User API. This API is used to interact with the OQTOPUS Cloud service. The API provides endpoints to manage devices, jobs, and results. # noqa: E501

OpenAPI spec version: 1.0 Contact: oqtopus-team[at]googlegroups.com Generated by: https://github.com/swagger-api/swagger-codegen.git

Classes:

JobsGetJobStatusResponse

JobsGetJobStatusResponse(job_id=None, status=None)

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

Methods:

  • to_dict

    Returns the model properties as a dict

  • to_str

    Returns the string representation of the model

Attributes:

  • job_id

    Gets the job_id of this JobsGetJobStatusResponse. # noqa: E501

  • status

    Gets the status of this JobsGetJobStatusResponse. # noqa: E501

job_id property writable

job_id

Gets the job_id of this JobsGetJobStatusResponse. # noqa: E501

:return: The job_id of this JobsGetJobStatusResponse. # noqa: E501 :rtype: JobsJobId

status property writable

status

Gets the status of this JobsGetJobStatusResponse. # noqa: E501

:return: The status of this JobsGetJobStatusResponse. # noqa: E501 :rtype: JobsJobStatus

to_dict

to_dict()

Returns the model properties as a dict

to_str

to_str()

Returns the string representation of the model