Functions Invoke Types
DBMS_CLOUD_OCI_FNC_FUNCTIONS_INVOKE_INVOKE_FUNCTION_RESPONSE_T Type
Contains the response body, headers and the status code of the invoke_function request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fnc_functions_invoke_invoke_function_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body blob,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |