ruạṛ
a ���f5 � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�StatementOutputz. The execution output of a statement. �OK�ERRORc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )aW Initializes a new StatementOutput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data: The value to assign to the data property of this StatementOutput. :type data: oci.data_flow.models.StatementOutputData :param status: The value to assign to the status property of this StatementOutput. Allowed values for this property are: "OK", "ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param error_name: The value to assign to the error_name property of this StatementOutput. :type error_name: str :param error_value: The value to assign to the error_value property of this StatementOutput. :type error_value: str :param traceback: The value to assign to the traceback property of this StatementOutput. :type traceback: list[str] ZStatementOutputData�strz list[str])�data�status� error_name�error_value� tracebackr r Z errorNameZ errorValuer N)Z swagger_typesZ attribute_map�_data�_status�_error_name�_error_value� _traceback)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/data_flow/models/statement_output.py�__init__ s"