📂 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: object_lineage.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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )� ObjectLineagez Lineage for an object. �UPSTREAM�BOTH� DOWNSTREAMc K sF dddddd�| _ ddd d dd�| _d| _d| _d| _d| _d| _dS ) a5 Initializes a new ObjectLineage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param level: The value to assign to the level property of this ObjectLineage. :type level: int :param direction: The value to assign to the direction property of this ObjectLineage. Allowed values for this property are: "UPSTREAM", "BOTH", "DOWNSTREAM" :type direction: str :param objects: The value to assign to the objects property of this ObjectLineage. :type objects: list[oci.data_catalog.models.LineageObject] :param relationships: The value to assign to the relationships property of this ObjectLineage. :type relationships: list[oci.data_catalog.models.LineageRelationship] :param annotations: The value to assign to the annotations property of this ObjectLineage. :type annotations: dict(str, dict(str, str)) �int�strzlist[LineageObject]zlist[LineageRelationship]zdict(str, dict(str, str)))�level� direction�objects� relationships�annotationsr r r r r N)Z swagger_typesZ attribute_map�_level� _direction�_objects�_relationships�_annotations)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/data_catalog/models/object_lineage.py�__init__ s"