ruạṛ
a ���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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �StatementSummaryz# Summary of the statement. �ACCEPTED� CANCELLING� CANCELLED�FAILED�IN_PROGRESS� SUCCEEDEDc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new StatementSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this StatementSummary. :type id: int :param lifecycle_state: The value to assign to the lifecycle_state property of this StatementSummary. Allowed values for this property are: "ACCEPTED", "CANCELLING", "CANCELLED", "FAILED", "IN_PROGRESS", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param run_id: The value to assign to the run_id property of this StatementSummary. :type run_id: str :param time_created: The value to assign to the time_created property of this StatementSummary. :type time_created: datetime :param time_completed: The value to assign to the time_completed property of this StatementSummary. :type time_completed: datetime �int�strZdatetime)�id�lifecycle_state�run_id�time_created�time_completedr ZlifecycleStateZrunIdZtimeCreatedZ timeCompletedN)Z swagger_typesZ attribute_map�_id�_lifecycle_state�_run_id� _time_created�_time_completed)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/data_flow/models/statement_summary.py�__init__* s"