DBMS_CLOUD_OCI_RV_SHAPE_LIST_SHAPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_shapes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_shape_list_shapes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_shape_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;