/
lib
/
python3.9
/
site-packages
/
oci
/
__pycache__
/
Upload File
HOME
a ���f� � @ s$ d dl mZmZ G dd� de�ZdS )� )�HEADER_NEXT_PAGE�HEADER_REQUEST_IDc @ s e Zd Zdd� Zedd� �ZdS )�Responsec C sN || _ || _|| _|| _d| _d| _| jdurJ| j�t�| _| j�t�| _dS )a� :param status: The HTTP status code for the Response :param headers: The HTTP headers for the Response :param data: The response data. The type of data depends on the request. :param request: The corresponding request for this response. :param next_page: (optional) The value of the `opc-next-page` response header. :param request_id: (optional) The ID of the request that generated this response. N) �status�headers�data�request� next_pageZ request_id�getr r )�selfr r r r � r �0/usr/lib/python3.9/site-packages/oci/response.py�__init__ s zResponse.__init__c C s | j duS )z� Gets a value representing whether or not there is a next page of results in a list Response. :rtype: bool N)r )r r r r � has_next_pageA s zResponse.has_next_pageN)�__name__� __module__�__qualname__r �propertyr r r r r r s 8r N)Z constantsr r �objectr r r r r �<module> s