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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�WorkRequestSummaryz? High level summary of control plane job work request. �ACCEPTED�CANCELED�FAILED�IN_PROGRESS� SUCCEEDEDc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new WorkRequestSummary 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 WorkRequestSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this WorkRequestSummary. :type compartment_id: str :param time_started: The value to assign to the time_started property of this WorkRequestSummary. :type time_started: datetime :param time_accepted: The value to assign to the time_accepted property of this WorkRequestSummary. :type time_accepted: datetime :param time_finished: The value to assign to the time_finished property of this WorkRequestSummary. :type time_finished: datetime :param percent_complete: The value to assign to the percent_complete property of this WorkRequestSummary. :type percent_complete: int :param status: The value to assign to the status property of this WorkRequestSummary. Allowed values for this property are: "ACCEPTED", "CANCELED", "FAILED", "IN_PROGRESS", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str �strZdatetime�int)�id�compartment_id�time_started� time_accepted� time_finished�percent_complete�statusr Z compartmentIdZtimeStartedZtimeAcceptedZtimeFinishedZpercentCompleter N) Z swagger_typesZ attribute_map�_id�_compartment_id� _time_started�_time_accepted�_time_finished�_percent_complete�_status)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/log_analytics/models/work_request_summary.py�__init__&