One Subscription Ratecard Types

DBMS_CLOUD_OCI_OS_RATECARD_LIST_RATE_CARDS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_rate_cards request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_ratecard_list_rate_cards_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_onesubscription_rate_card_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_rate_cards

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer