📂 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
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: last_run_details.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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�LastRunDetailsz0 The last run details for the task run. c K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new LastRunDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this LastRunDetails. :type key: str :param model_version: The value to assign to the model_version property of this LastRunDetails. :type model_version: str :param model_type: The value to assign to the model_type property of this LastRunDetails. :type model_type: str :param parent_ref: The value to assign to the parent_ref property of this LastRunDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this LastRunDetails. :type name: str :param description: The value to assign to the description property of this LastRunDetails. :type description: str :param object_version: The value to assign to the object_version property of this LastRunDetails. :type object_version: int :param object_status: The value to assign to the object_status property of this LastRunDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this LastRunDetails. :type identifier: str :param last_run_time_millis: The value to assign to the last_run_time_millis property of this LastRunDetails. :type last_run_time_millis: int �strZParentReference�int) �key� model_version� model_type� parent_ref�name�description�object_version� object_status� identifier�last_run_time_millisr ZmodelVersionZ modelTypeZ parentRefr r Z objectVersionZobjectStatusr ZlastRunTimeMillisN)Z swagger_typesZ attribute_map�_key�_model_version�_model_type�_parent_ref�_name�_description�_object_version�_object_status�_identifier�_last_run_time_millis)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/data_integration/models/last_run_details.py�__init__ s@ /�� zLastRunDetails.__init__c C s | j S )aA Gets the key of this LastRunDetails. Generated key that can be used in API calls to identify Last run details of a task schedule. On scenarios where reference to the lastRunDetails is needed, a value can be passed in create. :return: The key of this LastRunDetails. :rtype: str �r �r r r r r e s zLastRunDetails.keyc C s || _ dS )aC Sets the key of this LastRunDetails. Generated key that can be used in API calls to identify Last run details of a task schedule. On scenarios where reference to the lastRunDetails is needed, a value can be passed in create. :param key: The key of this LastRunDetails. :type: str Nr"