📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
jms
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/jms/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: work_item_summary.cpython-39.pyc
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 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� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�WorkItemSummaryz/ Work item to complete a work request. �ACCEPTED�IN_PROGRESS� CANCELING�CANCELED� SUCCEEDED�NEEDS_ATTENTION�RETRYING�SKIPPEDc K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new WorkItemSummary 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 WorkItemSummary. :type id: str :param work_request_id: The value to assign to the work_request_id property of this WorkItemSummary. :type work_request_id: str :param installation_site: The value to assign to the installation_site property of this WorkItemSummary. :type installation_site: oci.jms.models.InstallationSite :param details: The value to assign to the details property of this WorkItemSummary. :type details: oci.jms.models.WorkItemDetails :param status: The value to assign to the status property of this WorkItemSummary. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "CANCELING", "CANCELED", "SUCCEEDED", "NEEDS_ATTENTION", "RETRYING", "SKIPPED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param retry_count: The value to assign to the retry_count property of this WorkItemSummary. :type retry_count: int :param time_last_updated: The value to assign to the time_last_updated property of this WorkItemSummary. :type time_last_updated: datetime �strZInstallationSiteZWorkItemDetails�intZdatetime)�id�work_request_id�installation_site�details�status�retry_count�time_last_updatedr Z workRequestIdZinstallationSiter r Z retryCountZtimeLastUpdatedN) Z swagger_typesZ attribute_map�_id�_work_request_id�_installation_site�_details�_status�_retry_count�_time_last_updated)�self�kwargs� r! �D/usr/lib/python3.9/site-packages/oci/jms/models/work_item_summary.py�__init__2 s. %�� zWorkItemSummary.__init__c C s | j S )z� **[Required]** Gets the id of this WorkItemSummary. The unique ID of ths work item. :return: The id of this WorkItemSummary. :rtype: str �r �r r! r! r"