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 )�ObjectStorageLocationsz7 A list of object locations in Object Storage. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a^ Initializes a new ObjectStorageLocations object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.ObjectStorageLocations.source_type` attribute of this class is ``OBJECT_STORAGE_LOCATIONS`` 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 ObjectStorageLocations. Allowed values for this property are: "OBJECT_STORAGE_LOCATIONS", "INLINE_DOCUMENT_CONTENT" :type source_type: str :param object_locations: The value to assign to the object_locations property of this ObjectStorageLocations. :type object_locations: list[oci.ai_document.models.ObjectLocation] �strzlist[ObjectLocation])Zsource_type�object_locationsZ sourceTypeZobjectLocationsNZOBJECT_STORAGE_LOCATIONS)Z swagger_typesZ attribute_mapZ_source_type�_object_locations)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/ai_document/models/object_storage_locations.py�__init__ s ��zObjectStorageLocations.__init__c C s | j S )a **[Required]** Gets the object_locations of this ObjectStorageLocations. The list of ObjectLocations. :return: The object_locations of this ObjectStorageLocations. :rtype: list[oci.ai_document.models.ObjectLocation] �r �r r r r r 0 s z'ObjectStorageLocations.object_locationsc C s || _ dS )a Sets the object_locations of this ObjectStorageLocations. The list of ObjectLocations. :param object_locations: The object_locations of this ObjectStorageLocations. :type: list[oci.ai_document.models.ObjectLocation] Nr )r r r r r r <