ruạṛ
a ���fR5 � @ 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 @ sT e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�WorkRequestSummaryzT The work request summary. Tracks the status of the asynchronous operation. �DELETE_COMPARTMENT�DELETE_TAG_DEFINITION�ACCEPTED�IN_PROGRESS�FAILED� SUCCEEDED� CANCELING�CANCELEDc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _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 operation_type: The value to assign to the operation_type property of this WorkRequestSummary. Allowed values for this property are: "DELETE_COMPARTMENT", "DELETE_TAG_DEFINITION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation_type: str :param compartment_id: The value to assign to the compartment_id property of this WorkRequestSummary. :type compartment_id: str :param status: The value to assign to the status property of this WorkRequestSummary. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param resources: The value to assign to the resources property of this WorkRequestSummary. :type resources: list[oci.identity.models.WorkRequestResource] :param errors: The value to assign to the errors property of this WorkRequestSummary. :type errors: list[oci.identity.models.WorkRequestError] :param time_accepted: The value to assign to the time_accepted property of this WorkRequestSummary. :type time_accepted: datetime :param time_started: The value to assign to the time_started property of this WorkRequestSummary. :type time_started: 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: float �strzlist[WorkRequestResource]zlist[WorkRequestError]Zdatetime�float) �id�operation_type�compartment_id�status� resources�errors� time_accepted�time_started� time_finished�percent_completer Z operationTypeZ compartmentIdr r r ZtimeAcceptedZtimeStartedZtimeFinishedZpercentCompleteN)Z swagger_typesZ attribute_map�_id�_operation_type�_compartment_id�_status� _resources�_errors�_time_accepted� _time_started�_time_finished�_percent_complete)�self�kwargs� r'