DBMS_CLOUD_OCI_AS_ANNOUNCEMENT_SUBSCRIPTION_CHANGE_ANNOUNCEMENT_SUBSCRIPTION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_announcement_subscription_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_change_announcement_subscription_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_AS_ANNOUNCEMENT_SUBSCRIPTION_CREATE_ANNOUNCEMENT_SUBSCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_announcement_subscription request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_create_announcement_subscription_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_announcements_service_announcement_subscription_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_announcement_subscription
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AS_ANNOUNCEMENT_SUBSCRIPTION_CREATE_FILTER_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_filter_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_create_filter_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_announcements_service_filter_group_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_filter_group
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AS_ANNOUNCEMENT_SUBSCRIPTION_DELETE_ANNOUNCEMENT_SUBSCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_announcement_subscription request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_delete_announcement_subscription_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_AS_ANNOUNCEMENT_SUBSCRIPTION_DELETE_FILTER_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_filter_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_delete_filter_group_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_AS_ANNOUNCEMENT_SUBSCRIPTION_GET_ANNOUNCEMENT_SUBSCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_announcement_subscription request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_get_announcement_subscription_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_announcements_service_announcement_subscription_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_announcement_subscription
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AS_ANNOUNCEMENT_SUBSCRIPTION_LIST_ANNOUNCEMENT_SUBSCRIPTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_announcement_subscriptions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_list_announcement_subscriptions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_announcements_service_announcement_subscription_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_announcement_subscriptions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AS_ANNOUNCEMENT_SUBSCRIPTION_UPDATE_ANNOUNCEMENT_SUBSCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_announcement_subscription request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_update_announcement_subscription_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_announcements_service_announcement_subscription_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_announcement_subscription
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AS_ANNOUNCEMENT_SUBSCRIPTION_UPDATE_FILTER_GROUP_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_filter_group request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_as_announcement_subscription_update_filter_group_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_announcements_service_filter_group_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;