DBMS_CLOUD_OCI_RV_ROVER_ENTITLEMENT_CHANGE_ROVER_ENTITLEMENT_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_rover_entitlement_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_entitlement_change_rover_entitlement_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_RV_ROVER_ENTITLEMENT_CREATE_ROVER_ENTITLEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_rover_entitlement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_entitlement_create_rover_entitlement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_entitlement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_rover_entitlement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RV_ROVER_ENTITLEMENT_DELETE_ROVER_ENTITLEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_rover_entitlement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_entitlement_delete_rover_entitlement_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_RV_ROVER_ENTITLEMENT_GET_ROVER_ENTITLEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_rover_entitlement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_entitlement_get_rover_entitlement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_entitlement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_rover_entitlement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RV_ROVER_ENTITLEMENT_LIST_ROVER_ENTITLEMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_rover_entitlements request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_entitlement_list_rover_entitlements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_entitlement_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_rover_entitlements
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_RV_ROVER_ENTITLEMENT_UPDATE_ROVER_ENTITLEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_rover_entitlement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_rv_rover_entitlement_update_rover_entitlement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_rover_rover_entitlement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;