📂 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_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: lineage_object.cpython-39.opt-1.pyc
a ���f�0 � @ 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 @ sN 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 � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),� LineageObjectzD Object describing an individual element of object lineage. c K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a- Initializes a new LineageObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param object_key: The value to assign to the object_key property of this LineageObject. :type object_key: str :param display_name: The value to assign to the display_name property of this LineageObject. :type display_name: str :param description: The value to assign to the description property of this LineageObject. :type description: str :param is_intra_lineage_available: The value to assign to the is_intra_lineage_available property of this LineageObject. :type is_intra_lineage_available: bool :param parent_key: The value to assign to the parent_key property of this LineageObject. :type parent_key: str :param parent_path: The value to assign to the parent_path property of this LineageObject. :type parent_path: str :param time_created: The value to assign to the time_created property of this LineageObject. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LineageObject. :type time_updated: datetime :param type_name: The value to assign to the type_name property of this LineageObject. :type type_name: str :param type_key: The value to assign to the type_key property of this LineageObject. :type type_key: str :param properties: The value to assign to the properties property of this LineageObject. :type properties: dict(str, dict(str, str)) �str�boolZdatetimezdict(str, dict(str, str)))� object_key�display_name�description�is_intra_lineage_available� parent_key�parent_path�time_created�time_updated� type_name�type_key� propertiesZ objectKeyZdisplayNamer ZisIntraLineageAvailableZ parentKeyZ parentPathZtimeCreatedZtimeUpdatedZtypeNameZtypeKeyr N) Z swagger_typesZ attribute_map�_object_key� _display_name�_description�_is_intra_lineage_available�_parent_key�_parent_path� _time_created� _time_updated� _type_name� _type_key�_properties)�self�kwargs� r! �J/usr/lib/python3.9/site-packages/oci/data_catalog/models/lineage_object.py�__init__ sF 3��zLineageObject.__init__c C s | j S )z� Gets the object_key of this LineageObject. Key of the object, such as an entity, about which this lineage applies. :return: The object_key of this LineageObject. :rtype: str �r �r r! r! r"