ruạṛ
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 <