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