qcrboxapiclient.models.q_cr_box_response_calculation_stopped_responseΒΆ
- class qcrboxapiclient.models.q_cr_box_response_calculation_stopped_response.QCrBoxResponseCalculationStoppedResponse(status, message, timestamp, payload)
Bases:
object
- Parameters:
status (str)
message (str)
timestamp (str)
payload (CalculationStoppedResponse)
- status
- Type:
str
- message
- Type:
str
- timestamp
- Type:
str
- payload
- Type:
CalculationStoppedResponse
- property additional_keys: list[str]
-
additional_properties:
dict
[str
,Any
]
- classmethod from_dict(src_dict)
- Return type:
TypeVar
(T
, bound= QCrBoxResponseCalculationStoppedResponse)- Parameters:
src_dict (Mapping[str, Any])
-
message:
str
- payload: CalculationStoppedResponse
-
status:
str
-
timestamp:
str
- to_dict()
- Return type:
dict
[str
,Any
]