📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_custom_property_details.pyc
a N��f�B � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Zd0d1� Zd2d3� Zd4d5� Zd6S )7�CreateCustomPropertyDetailsz? Properties used in custom property create operations. �TEXT� RICH_TEXT�BOOLEAN�NUMBER�DATEc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new CreateCustomPropertyDetails 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 CreateCustomPropertyDetails. :type display_name: str :param description: The value to assign to the description property of this CreateCustomPropertyDetails. :type description: str :param data_type: The value to assign to the data_type property of this CreateCustomPropertyDetails. Allowed values for this property are: "TEXT", "RICH_TEXT", "BOOLEAN", "NUMBER", "DATE" :type data_type: str :param is_sortable: The value to assign to the is_sortable property of this CreateCustomPropertyDetails. :type is_sortable: bool :param is_filterable: The value to assign to the is_filterable property of this CreateCustomPropertyDetails. :type is_filterable: bool :param is_multi_valued: The value to assign to the is_multi_valued property of this CreateCustomPropertyDetails. :type is_multi_valued: bool :param is_hidden: The value to assign to the is_hidden property of this CreateCustomPropertyDetails. :type is_hidden: bool :param is_editable: The value to assign to the is_editable property of this CreateCustomPropertyDetails. :type is_editable: bool :param is_shown_in_list: The value to assign to the is_shown_in_list property of this CreateCustomPropertyDetails. :type is_shown_in_list: bool :param is_hidden_in_search: The value to assign to the is_hidden_in_search property of this CreateCustomPropertyDetails. :type is_hidden_in_search: bool :param is_event_enabled: The value to assign to the is_event_enabled property of this CreateCustomPropertyDetails. :type is_event_enabled: bool :param allowed_values: The value to assign to the allowed_values property of this CreateCustomPropertyDetails. :type allowed_values: list[str] :param properties: The value to assign to the properties property of this CreateCustomPropertyDetails. :type properties: dict(str, dict(str, str)) �str�boolz list[str]zdict(str, dict(str, str))) �display_name�description� data_type�is_sortable� is_filterable�is_multi_valued� is_hidden�is_editable�is_shown_in_list�is_hidden_in_search�is_event_enabled�allowed_values� properties�displayNamer �dataType� isSortable�isFilterable� isMultiValued�isHidden� isEditable� isShownInList�isHiddenInSearch�isEventEnabled� allowedValuesr N)� swagger_types� attribute_map� _display_name�_description� _data_type�_is_sortable�_is_filterable�_is_multi_valued� _is_hidden�_is_editable�_is_shown_in_list�_is_hidden_in_search�_is_event_enabled�_allowed_values�_properties)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/create_custom_property_details.py�__init__$ sR <��z$CreateCustomPropertyDetails.__init__c C s | j S )a@ **[Required]** Gets the display_name of this CreateCustomPropertyDetails. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this CreateCustomPropertyDetails. :rtype: str �r( �r5 r7 r7 r8 r � s z(CreateCustomPropertyDetails.display_namec C s || _ dS )a< Sets the display_name of this CreateCustomPropertyDetails. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this CreateCustomPropertyDetails. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� Gets the description of this CreateCustomPropertyDetails. Detailed description of the custom property. :return: The description of this CreateCustomPropertyDetails. :rtype: str �r) r; r7 r7 r8 r � s z'CreateCustomPropertyDetails.descriptionc C s || _ dS )z� Sets the description of this CreateCustomPropertyDetails. Detailed description of the custom property. :param description: The description of this CreateCustomPropertyDetails. :type: str Nr<