qcrboxapiclient.models.invoke_command_parametersΒΆ
- class qcrboxapiclient.models.invoke_command_parameters.InvokeCommandParameters(application_slug, application_version, command_name, command_arguments)
Bases:
object
- Parameters:
application_slug (str)
application_version (str)
command_name (str)
command_arguments (InvokeCommandParametersCommandArguments)
- application_slug
- Type:
str
- application_version
- Type:
str
- command_name
- Type:
str
- command_arguments
- Type:
InvokeCommandParametersCommandArguments
- property additional_keys: list[str]
-
additional_properties:
dict
[str
,Any
]
-
application_slug:
str
-
application_version:
str
- command_arguments: InvokeCommandParametersCommandArguments
-
command_name:
str
- classmethod from_dict(src_dict)
- Return type:
TypeVar
(T
, bound= InvokeCommandParameters)- Parameters:
src_dict (Mapping[str, Any])
- to_dict()
- Return type:
dict
[str
,Any
]