DBMS_CLOUD_OCI_AG_USAGE_PLANS_CHANGE_USAGE_PLAN_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_usage_plan_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_usage_plans_change_usage_plan_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AG_USAGE_PLANS_CREATE_USAGE_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_usage_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_usage_plans_create_usage_plan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apigateway_usage_plan_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_usage_plan
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AG_USAGE_PLANS_DELETE_USAGE_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_usage_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_usage_plans_delete_usage_plan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AG_USAGE_PLANS_GET_USAGE_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_usage_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_usage_plans_get_usage_plan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apigateway_usage_plan_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_usage_plan
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AG_USAGE_PLANS_LIST_USAGE_PLANS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_usage_plans request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_usage_plans_list_usage_plans_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apigateway_usage_plan_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_usage_plans
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AG_USAGE_PLANS_UPDATE_USAGE_PLAN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_usage_plan request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_usage_plans_update_usage_plan_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;