DBMS_CLOUD_OCI_AG_SUBSCRIBERS_CHANGE_SUBSCRIBER_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_subscriber_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_subscribers_change_subscriber_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_SUBSCRIBERS_CREATE_SUBSCRIBER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_subscriber request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_subscribers_create_subscriber_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apigateway_subscriber_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_subscriber
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AG_SUBSCRIBERS_DELETE_SUBSCRIBER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_subscriber request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_subscribers_delete_subscriber_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_SUBSCRIBERS_GET_SUBSCRIBER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_subscriber request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_subscribers_get_subscriber_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apigateway_subscriber_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_subscriber
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AG_SUBSCRIBERS_LIST_SUBSCRIBERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_subscribers request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_subscribers_list_subscribers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_apigateway_subscriber_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_subscribers
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AG_SUBSCRIBERS_UPDATE_SUBSCRIBER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_subscriber request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ag_subscribers_update_subscriber_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;