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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�OperationExecResultz< Operation execution result for a single input set. �FAILED�SUCCESS�QUEUED�RUNNINGc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new OperationExecResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param execution_status: The value to assign to the execution_status property of this OperationExecResult. Allowed values for this property are: "FAILED", "SUCCESS", "QUEUED", "RUNNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type execution_status: str :param error_message: The value to assign to the error_message property of this OperationExecResult. :type error_message: str :param metrics: The value to assign to the metrics property of this OperationExecResult. :type metrics: object :param output_values: The value to assign to the output_values property of this OperationExecResult. :type output_values: list[list[object]] :param is_whitelisted_error_message: The value to assign to the is_whitelisted_error_message property of this OperationExecResult. :type is_whitelisted_error_message: bool �str�objectzlist[list[object]]�bool)�execution_status� error_message�metrics� output_values�is_whitelisted_error_message�executionStatus�errorMessager �outputValues�isWhitelistedErrorMessageN)� swagger_types� attribute_map�_execution_status�_error_message�_metrics�_output_values�_is_whitelisted_error_message)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/operation_exec_result.py�__init__ s"