qcrboxapiclient.models.invoke_command_responseΒΆ
- class qcrboxapiclient.models.invoke_command_response.InvokeCommandResponse(calculation_id)
Bases:
object- Parameters:
calculation_id (str)
- calculation_id
- Type:
str
- property additional_keys: list[str]
-
additional_properties:
dict[str,Any]
-
calculation_id:
str
- classmethod from_dict(src_dict)
- Return type:
TypeVar(T, bound= InvokeCommandResponse)- Parameters:
src_dict (Mapping[str, Any])
- to_dict()
- Return type:
dict[str,Any]