quri_parts.riqu.rest.models.ssejobs_body module

riqu (Rest Interface for QUantum computing)

the cloud server with riqu interface. # noqa: E501

OpenAPI spec version: 1.1

Generated by: https://github.com/swagger-api/swagger-codegen.git

class quri_parts.riqu.rest.models.ssejobs_body.SsejobsBody(up_file=None, remark=None, job_type=None)

Bases: object

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

Do not edit the class manually.

swagger_types = {'job_type': 'str', 'remark': 'str', 'up_file': 'str'}
attribute_map = {'job_type': 'job_type', 'remark': 'remark', 'up_file': 'up_file'}
property up_file

E501

The file to upload. # noqa: E501

Returns:

The up_file of this SsejobsBody. # noqa: E501

Return type:

str

Type:

Gets the up_file of this SsejobsBody. # noqa

property remark

E501

The remark for ssejob. # noqa: E501

Returns:

The remark of this SsejobsBody. # noqa: E501

Return type:

str

Type:

Gets the remark of this SsejobsBody. # noqa

property job_type

E501

The remark for ssejob. # noqa: E501

Returns:

The job_type of this SsejobsBody. # noqa: E501

Return type:

str

Type:

Gets the job_type of this SsejobsBody. # noqa

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model