ai_api_client_sdk.models.execution_bulk_modify_response module¶
- class ai_api_client_sdk.models.execution_bulk_modify_response.ExecutionBulkModifyResponse(executions: List[BasicResponse | BulkModifyErrorResponse], **kwargs)¶
Bases:
objectThe 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]]
- __init__(executions: List[BasicResponse | BulkModifyErrorResponse], **kwargs)¶
- static from_dict(response_dict: Dict[str, List[Dict[str, str | Dict]]])¶
Returns a
ai_api_client_sdk.models.execution_bulk_modify_response.ExecutionBulkModifyResponseobject, created from the values provided as parameter- Parameters:
response_dict (Dict[str, List[Dict[str, Union[str, Dict]]]]) – Which includes the necessary values to create the object
- Returns:
An object, created from the values provided
- Return type:
class:ai_api_client_sdk.models.execution_bulk_modify_response.ExecutionBulkModifyResponse