📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_namespace_details.pyc
a N��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�UpdateNamespaceDetailsz9 Properties used in namespace update operations. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new UpdateNamespaceDetails 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 UpdateNamespaceDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateNamespaceDetails. :type description: str :param is_service_defined: The value to assign to the is_service_defined property of this UpdateNamespaceDetails. :type is_service_defined: bool �str�bool)�display_name�description�is_service_defined�displayNamer �isServiceDefinedN)� swagger_types� attribute_map� _display_name�_description�_is_service_defined)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/update_namespace_details.py�__init__ s ��zUpdateNamespaceDetails.__init__c C s | j S )a' Gets the display_name of this UpdateNamespaceDetails. 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 UpdateNamespaceDetails. :rtype: str �r �r r r r r 2 s z#UpdateNamespaceDetails.display_namec C s || _ dS )a2 Sets the display_name of this UpdateNamespaceDetails. 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 UpdateNamespaceDetails. :type: str Nr )r r r r r r ? s c C s | j S )z� Gets the description of this UpdateNamespaceDetails. Detailed description of the namespace. :return: The description of this UpdateNamespaceDetails. :rtype: str �r r r r r r L s z"UpdateNamespaceDetails.descriptionc C s || _ dS )z� Sets the description of this UpdateNamespaceDetails. Detailed description of the namespace. :param description: The description of this UpdateNamespaceDetails. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the is_service_defined of this UpdateNamespaceDetails. If this field is defined by service or by a user :return: The is_service_defined of this UpdateNamespaceDetails. :rtype: bool �r r r r r r d s z)UpdateNamespaceDetails.is_service_definedc C s || _ dS )z� Sets the is_service_defined of this UpdateNamespaceDetails. If this field is defined by service or by a user :param is_service_defined: The is_service_defined of this UpdateNamespaceDetails. :type: bool Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zUpdateNamespaceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zUpdateNamespaceDetails.__eq__c C s | |k S r r r r r r �__ne__� s zUpdateNamespaceDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"