ruạṛ
a ���fA � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ResultLocation� )�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 )�ObjectStorageLocationzP The object storage location where usage or cost CSVs will be uploaded. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new ObjectStorageLocation object with values from keyword arguments. The default value of the :py:attr:`~oci.usage_api.models.ObjectStorageLocation.location_type` 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 location_type: The value to assign to the location_type property of this ObjectStorageLocation. Allowed values for this property are: "OBJECT_STORAGE" :type location_type: str :param region: The value to assign to the region property of this ObjectStorageLocation. :type region: str :param namespace: The value to assign to the namespace property of this ObjectStorageLocation. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this ObjectStorageLocation. :type bucket_name: str �str)Z location_type�region� namespace�bucket_nameZlocationTyper r Z bucketNameNZOBJECT_STORAGE)Z swagger_typesZ attribute_mapZ_location_type�_region� _namespace�_bucket_name)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/usage_api/models/object_storage_location.py�__init__ s ��zObjectStorageLocation.__init__c C s | j S )z� **[Required]** Gets the region of this ObjectStorageLocation. The destination Object Store Region specified by the customer. :return: The region of this ObjectStorageLocation. :rtype: str �r �r r r r r >