qcrboxapiclient.models.command_spec_with_parameters_responseΒΆ
- class qcrboxapiclient.models.command_spec_with_parameters_response.CommandSpecWithParametersResponse(name, description, implemented_as, parameters, id, application_id, application, version, cmd_name, merge_cif_su=False, doi=<qcrboxapiclient.types.Unset object>)
Bases:
object
- Parameters:
name (str)
description (str)
implemented_as (CommandSpecWithParametersResponseImplementedAs)
parameters (CommandSpecWithParametersResponseParameters)
id (int)
application_id (int)
application (str)
version (str)
cmd_name (str)
merge_cif_su (Unset | bool)
doi (None | Unset | str)
- name
- Type:
str
- description
- Type:
str
- implemented_as
- Type:
CommandSpecWithParametersResponseImplementedAs
- parameters
- Type:
CommandSpecWithParametersResponseParameters
- id
- Type:
int
- application_id
- Type:
int
- application
- Type:
str
- version
- Type:
str
- cmd_name
- Type:
str
- merge_cif_su
Default: False.
- Type:
Union[Unset, bool]
- doi
- Type:
Union[None, Unset, str]
- property additional_keys: list[str]
-
additional_properties:
dict
[str
,Any
]
-
application:
str
-
application_id:
int
-
cmd_name:
str
-
description:
str
-
doi:
Union
[None
,Unset
,str
]
- classmethod from_dict(src_dict)
- Return type:
TypeVar
(T
, bound= CommandSpecWithParametersResponse)- Parameters:
src_dict (Mapping[str, Any])
-
id:
int
-
implemented_as:
CommandSpecWithParametersResponseImplementedAs
-
merge_cif_su:
Union
[Unset
,bool
]
-
name:
str
- parameters: CommandSpecWithParametersResponseParameters
- to_dict()
- Return type:
dict
[str
,Any
]
-
version:
str