ruạṛ
a ���fO � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"� RunLogSummaryz> A summary of a log associated with a particular run. �APPLICATION�DRIVER�EXECUTOR�STDERR�STDOUTc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )av Initializes a new RunLogSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this RunLogSummary. :type name: str :param run_id: The value to assign to the run_id property of this RunLogSummary. :type run_id: str :param size_in_bytes: The value to assign to the size_in_bytes property of this RunLogSummary. :type size_in_bytes: int :param source: The value to assign to the source property of this RunLogSummary. Allowed values for this property are: "APPLICATION", "DRIVER", "EXECUTOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type source: str :param time_created: The value to assign to the time_created property of this RunLogSummary. :type time_created: datetime :param type: The value to assign to the type property of this RunLogSummary. Allowed values for this property are: "STDERR", "STDOUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str �str�intZdatetime)�name�run_id� size_in_bytes�source�time_created�typer ZrunIdZsizeInBytesr ZtimeCreatedr N)Z swagger_typesZ attribute_map�_name�_run_id�_size_in_bytes�_source� _time_created�_type)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/data_flow/models/run_log_summary.py�__init__&