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