ruạṛ
a M��f8 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 )�ObjectLocationzr A location in Object Storage that is uniquely identified by namespace name, bucket name and object name. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ObjectLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace_name: The value to assign to the namespace_name property of this ObjectLocation. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this ObjectLocation. :type bucket_name: str :param object_name: The value to assign to the object_name property of this ObjectLocation. :type object_name: str �str)�namespace_name�bucket_name�object_name� namespaceName� bucketName� objectNameN)� swagger_types� attribute_map�_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_document/models/object_location.py�__init__ s ��zObjectLocation.__init__c C s | j S )z� **[Required]** Gets the namespace_name of this ObjectLocation. The Object Storage namespace name. :return: The namespace_name of this ObjectLocation. :rtype: str �r �r r r r r 2 s zObjectLocation.namespace_namec C s || _ dS )z� Sets the namespace_name of this ObjectLocation. The Object Storage namespace name. :param namespace_name: The namespace_name of this ObjectLocation. :type: str Nr )r r r r r r >