DBMS_CLOUD_OCI_OG_ADDRESS_SERVICE_GET_ADDRESS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_address request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_og_address_service_get_address_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_osp_gateway_address_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_address
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OG_ADDRESS_SERVICE_VERIFY_ADDRESS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the verify_address request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_og_address_service_verify_address_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_osp_gateway_verify_address_receipt_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;