| Server IP : 162.241.203.86 / Your IP : 216.73.216.101 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : luxlic01 ( 6532) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/__pycache__/ |
Upload File : |
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