📂 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
›
ai_document
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_document/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_document_details.cpython-39.opt-1.pyc
a ���f| � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DocumentDetails� )�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 )�ObjectStorageDocumentDetailsz+ A document in OCI Object Storage. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) aK Initializes a new ObjectStorageDocumentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.ObjectStorageDocumentDetails.source` attribute of this class is ``OBJECT_STORAGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source: The value to assign to the source property of this ObjectStorageDocumentDetails. Allowed values for this property are: "INLINE", "OBJECT_STORAGE" :type source: str :param namespace_name: The value to assign to the namespace_name property of this ObjectStorageDocumentDetails. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageDocumentDetails. :type bucket_name: str :param object_name: The value to assign to the object_name property of this ObjectStorageDocumentDetails. :type object_name: str �str)�source�namespace_name�bucket_name�object_namer Z namespaceNameZ bucketNameZ objectNameNZOBJECT_STORAGE)Z swagger_typesZ attribute_map�_source�_namespace_name�_bucket_name�_object_name)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/ai_document/models/object_storage_document_details.py�__init__ s ��z%ObjectStorageDocumentDetails.__init__c C s | j S )z� **[Required]** Gets the namespace_name of this ObjectStorageDocumentDetails. The Object Storage namespace. :return: The namespace_name of this ObjectStorageDocumentDetails. :rtype: str �r �r r r r r >