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