Usage Rewards Types

DBMS_CLOUD_OCI_US_REWARDS_CREATE_REDEEMABLE_USER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_redeemable_user

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_US_REWARDS_DELETE_REDEEMABLE_USER_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_us_rewards_delete_redeemable_user_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_US_REWARDS_LIST_PRODUCTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_products

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_US_REWARDS_LIST_REDEEMABLE_USERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_redeemable_users

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_US_REWARDS_LIST_REDEMPTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_redemptions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_US_REWARDS_LIST_REWARDS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_rewards

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer