qcrboxapiclient.models.calculation_stopped_response¶
- class qcrboxapiclient.models.calculation_stopped_response.CalculationStoppedResponse(calculations)
Bases:
object
- Parameters:
calculations (list[StoppedCalculationResponse])
- calculations
- Type:
list[‘StoppedCalculationResponse’]
- property additional_keys: list[str]
-
additional_properties:
dict
[str
,Any
]
-
calculations:
list
[StoppedCalculationResponse]
- classmethod from_dict(src_dict)
- Return type:
TypeVar
(T
, bound= CalculationStoppedResponse)- Parameters:
src_dict (Mapping[str, Any])
- to_dict()
- Return type:
dict
[str
,Any
]