DBMS_CLOUD_OCI_MP_ACCOUNT_GET_LAUNCH_ELIGIBILITY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_launch_eligibility request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_account_get_launch_eligibility_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_launch_eligibility_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_launch_eligibility
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_ACCOUNT_GET_THIRD_PARTY_PAID_LISTING_ELIGIBILITY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_third_party_paid_listing_eligibility request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_account_get_third_party_paid_listing_eligibility_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_third_party_paid_listing_eligibility_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_third_party_paid_listing_eligibility