📂 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_document
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_document/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: inline_document_content.cpython-39.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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�InlineDocumentContentz, The content of an inline document. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a Initializes a new InlineDocumentContent object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.InlineDocumentContent.source_type` attribute of this class is ``INLINE_DOCUMENT_CONTENT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_type: The value to assign to the source_type property of this InlineDocumentContent. Allowed values for this property are: "OBJECT_STORAGE_LOCATIONS", "INLINE_DOCUMENT_CONTENT" :type source_type: str :param data: The value to assign to the data property of this InlineDocumentContent. :type data: str �str)Zsource_type�dataZ sourceTyper NZINLINE_DOCUMENT_CONTENT)Z swagger_typesZ attribute_mapZ_source_type�_data)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/ai_document/models/inline_document_content.py�__init__ s ��zInlineDocumentContent.__init__c C s | j S )z� **[Required]** Gets the data of this InlineDocumentContent. Raw document data with Base64 encoding. :return: The data of this InlineDocumentContent. :rtype: str �r �r r r r r 0 s zInlineDocumentContent.datac C s || _ dS )z� Sets the data of this InlineDocumentContent. Raw document data with Base64 encoding. :param data: The data of this InlineDocumentContent. :type: str Nr )r r r r r r <