ruạṛ
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ExecuteOperationJobz* Response of executeOperationJob. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a Initializes a new ExecuteOperationJob object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operation_status: The value to assign to the operation_status property of this ExecuteOperationJob. :type operation_status: str :param error_message: The value to assign to the error_message property of this ExecuteOperationJob. :type error_message: str :param operation_name: The value to assign to the operation_name property of this ExecuteOperationJob. :type operation_name: str :param out_params: The value to assign to the out_params property of this ExecuteOperationJob. :type out_params: list[str] :param operation_result: The value to assign to the operation_result property of this ExecuteOperationJob. :type operation_result: list[oci.data_connectivity.models.OperationExecResult] �strz list[str]zlist[OperationExecResult])�operation_status� error_message�operation_name� out_params�operation_result�operationStatus�errorMessage� operationName� outParams�operationResultN)� swagger_types� attribute_map�_operation_status�_error_message�_operation_name�_out_params�_operation_result)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/execute_operation_job.py�__init__ s"