📂 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
›
ai_language
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_language/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_prefix_location.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� InputLocation� )�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 )�ObjectStoragePrefixLocationz? Properties specific to object storage prefix location c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) ar Initializes a new ObjectStoragePrefixLocation object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_language.models.ObjectStoragePrefixLocation.location_type` attribute of this class is ``OBJECT_STORAGE_PREFIX`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param location_type: The value to assign to the location_type property of this ObjectStoragePrefixLocation. Allowed values for this property are: "OBJECT_STORAGE_PREFIX", "OBJECT_STORAGE_FILE_LIST" :type location_type: str :param namespace_name: The value to assign to the namespace_name property of this ObjectStoragePrefixLocation. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStoragePrefixLocation. :type bucket_name: str :param prefix: The value to assign to the prefix property of this ObjectStoragePrefixLocation. :type prefix: str �str)Z location_type�namespace_name�bucket_name�prefixZlocationTypeZ namespaceNameZ bucketNamer NZOBJECT_STORAGE_PREFIX)Z swagger_typesZ attribute_mapZ_location_type�_namespace_name�_bucket_name�_prefix)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/ai_language/models/object_storage_prefix_location.py�__init__ s ��z$ObjectStoragePrefixLocation.__init__c C s | j S )z� **[Required]** Gets the namespace_name of this ObjectStoragePrefixLocation. Object Storage namespace name. :return: The namespace_name of this ObjectStoragePrefixLocation. :rtype: str �r �r r r r r >