ruạṛ
a ���ff � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�InlineDocumentDetailsz; The document incorporated in the request payload. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new InlineDocumentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.InlineDocumentDetails.source` attribute of this class is ``INLINE`` 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 InlineDocumentDetails. Allowed values for this property are: "INLINE", "OBJECT_STORAGE" :type source: str :param data: The value to assign to the data property of this InlineDocumentDetails. :type data: str �str)�source�datar r NZINLINE)Z swagger_typesZ attribute_map�_source�_data)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/ai_document/models/inline_document_details.py�__init__ s ��zInlineDocumentDetails.__init__c C s | j S )z� **[Required]** Gets the data of this InlineDocumentDetails. Raw document data with Base64 encoding. :return: The data of this InlineDocumentDetails. :rtype: str �r �r r r r r 0 s zInlineDocumentDetails.datac C s || _ dS )z� Sets the data of this InlineDocumentDetails. Raw document data with Base64 encoding. :param data: The data of this InlineDocumentDetails. :type: str Nr )r r r r r r <