| |
- builtins.object
-
- ExecutionBulkModifyResponse
class ExecutionBulkModifyResponse(builtins.object) |
|
ExecutionBulkModifyResponse(executions: List[Union[ai_api_client_sdk.models.base_models.BasicResponse, ai_api_client_sdk.models.base_models.BulkModifyErrorResponse]], **kwargs)
The ExecutionBulkModifyResponse object defines the response to the executions bulk modify request
:param exeuctions: Response to the bulk modify request of executions
:type exeuctions: List[Union[BasicResponse, BulkModifyErrorResponse]] |
|
Methods defined here:
- __init__(self, executions: List[Union[ai_api_client_sdk.models.base_models.BasicResponse, ai_api_client_sdk.models.base_models.BulkModifyErrorResponse]], **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
- __str__(self)
- Return str(self).
Static methods defined here:
- from_dict(response_dict: Dict[str, List[Dict[str, Union[str, Dict]]]])
- Returns a :class:`ai_api_client_sdk.models.execution_bulk_modify_response.ExecutionBulkModifyResponse` object,
created from the values provided as parameter
:param response_dict: Which includes the necessary values to create the object
:type response_dict: Dict[str, List[Dict[str, Union[str, Dict]]]]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.execution_bulk_modify_response.ExecutionBulkModifyResponse`
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |