📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_glossary_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 @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�UpdateGlossaryDetailsz8 Properties used in glossary update operations. �NEW�APPROVED�UNDER_REVIEW� ESCALATEDc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aw Initializes a new UpdateGlossaryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateGlossaryDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateGlossaryDetails. :type description: str :param owner: The value to assign to the owner property of this UpdateGlossaryDetails. :type owner: str :param workflow_status: The value to assign to the workflow_status property of this UpdateGlossaryDetails. Allowed values for this property are: "NEW", "APPROVED", "UNDER_REVIEW", "ESCALATED" :type workflow_status: str :param custom_property_members: The value to assign to the custom_property_members property of this UpdateGlossaryDetails. :type custom_property_members: list[oci.data_catalog.models.CustomPropertySetUsage] �strzlist[CustomPropertySetUsage])�display_name�description�owner�workflow_status�custom_property_membersZdisplayNamer r ZworkflowStatusZcustomPropertyMembersN)Z swagger_typesZ attribute_map� _display_name�_description�_owner�_workflow_status�_custom_property_members)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/data_catalog/models/update_glossary_details.py�__init__"