ruạṛ
a N��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 ) aI Initializes a new ObjectStorageDocumentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_vision.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 � namespaceName� bucketName� objectNameN�OBJECT_STORAGE)� swagger_types� attribute_map�_source�_namespace_name�_bucket_name�_object_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/ai_vision/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 <