One Subscription Organization Subscription Types
DBMS_CLOUD_OCI_ONESUBSCRIPTION_ORGANIZATION_SUBSCRIPTION_SUMMARY_TBL Type
Nested table type of dbms_cloud_oci_onesubscription_organization_subscription_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_onesubscription_organization_subscription_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_onesubscription_organization_subscription_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_OS_ORGANIZATION_SUBSCRIPTION_LIST_ORGANIZATION_SUBSCRIPTIONS_RESPONSE_T Type
Contains the response body, headers and the status code of the list_organization_subscriptions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_organization_subscription_list_organization_subscriptions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_onesubscription_organization_subscription_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |