qcrboxapiclient.models.commands_response

class qcrboxapiclient.models.commands_response.CommandsResponse(commands)

Bases: object

Parameters:

commands (list[CommandSpecWithParameters])

commands
Type:

list[‘CommandSpecWithParameters’]

property additional_keys: list[str]
additional_properties: dict[str, Any]
commands: list[CommandSpecWithParameters]
classmethod from_dict(src_dict)
Return type:

TypeVar(T, bound= CommandsResponse)

Parameters:

src_dict (Mapping[str, Any])

to_dict()
Return type:

dict[str, Any]