📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: create_namespace_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CreateNamespaceDetailsz? Properties used in custom property create operations. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateNamespaceDetails 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 CreateNamespaceDetails. :type display_name: str :param description: The value to assign to the description property of this CreateNamespaceDetails. :type description: str :param is_service_defined: The value to assign to the is_service_defined property of this CreateNamespaceDetails. :type is_service_defined: bool �str�bool)�display_name�description�is_service_definedZdisplayNamer ZisServiceDefinedN)Z swagger_typesZ attribute_map� _display_name�_description�_is_service_defined)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/data_catalog/models/create_namespace_details.py�__init__ s ��zCreateNamespaceDetails.__init__c C s | j S )a6 **[Required]** Gets the display_name of this CreateNamespaceDetails. 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 CreateNamespaceDetails. :rtype: str �r �r r r r r 4 s z#CreateNamespaceDetails.display_namec C s || _ dS )a2 Sets the display_name of this CreateNamespaceDetails. 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 CreateNamespaceDetails. :type: str Nr )r r r r r r A s c C s | j S )z� Gets the description of this CreateNamespaceDetails. Detailed description of the Namespace. :return: The description of this CreateNamespaceDetails. :rtype: str �r r r r r r N s z"CreateNamespaceDetails.descriptionc C s || _ dS )z� Sets the description of this CreateNamespaceDetails. Detailed description of the Namespace. :param description: The description of this CreateNamespaceDetails. :type: str Nr )r r r r r r Z s c C s | j S )z� Gets the is_service_defined of this CreateNamespaceDetails. If this field is defined by service or by a user :return: The is_service_defined of this CreateNamespaceDetails. :rtype: bool �r r r r r r f s z)CreateNamespaceDetails.is_service_definedc C s || _ dS )z� Sets the is_service_defined of this CreateNamespaceDetails. If this field is defined by service or by a user :param is_service_defined: The is_service_defined of this CreateNamespaceDetails. :type: bool Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__~ s zCreateNamespaceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCreateNamespaceDetails.__eq__c C s | |k S r r r r r r �__ne__� s zCreateNamespaceDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"