Marketplace Publisher Types

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_ACTIVATE_TERM_VERSION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of activate_term_version

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_CANCEL_WORK_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_cancel_work_request_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_MPP_MARKETPLACE_PUBLISHER_CASCADING_DELETE_LISTING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_cascading_delete_listing_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_MPP_MARKETPLACE_PUBLISHER_CASCADING_DELETE_LISTING_REVISION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_cascading_delete_listing_revision_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_MPP_MARKETPLACE_PUBLISHER_CHANGE_ARTIFACT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_change_artifact_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_MPP_MARKETPLACE_PUBLISHER_CHANGE_LISTING_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_change_listing_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_MPP_MARKETPLACE_PUBLISHER_CHANGE_LISTING_REVISION_TO_NEW_STATUS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of change_listing_revision_to_new_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_CHANGE_TERM_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_change_term_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_MPP_MARKETPLACE_PUBLISHER_CLONE_LISTING_REVISION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_clone_listing_revision_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_MPP_MARKETPLACE_PUBLISHER_CREATE_ARTIFACT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_create_artifact_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_MPP_MARKETPLACE_PUBLISHER_CREATE_LISTING_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_listing

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_CREATE_LISTING_REVISION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_listing_revision

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_CREATE_LISTING_REVISION_ATTACHMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_listing_revision_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_CREATE_LISTING_REVISION_NOTE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_listing_revision_note

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_CREATE_LISTING_REVISION_PACKAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_listing_revision_package

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_CREATE_TERM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_term

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_CREATE_TERM_VERSION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_term_version

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_DELETE_ARTIFACT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_delete_artifact_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_MPP_MARKETPLACE_PUBLISHER_DELETE_LISTING_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_delete_listing_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_MPP_MARKETPLACE_PUBLISHER_DELETE_LISTING_REVISION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_delete_listing_revision_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_MPP_MARKETPLACE_PUBLISHER_DELETE_LISTING_REVISION_ATTACHMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_delete_listing_revision_attachment_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_MPP_MARKETPLACE_PUBLISHER_DELETE_LISTING_REVISION_NOTE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_delete_listing_revision_note_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_MPP_MARKETPLACE_PUBLISHER_DELETE_LISTING_REVISION_PACKAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_delete_listing_revision_package_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_MPP_MARKETPLACE_PUBLISHER_DELETE_TERM_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_delete_term_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_MPP_MARKETPLACE_PUBLISHER_DELETE_TERM_VERSION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_delete_term_version_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_MPP_MARKETPLACE_PUBLISHER_GET_ARTIFACT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_artifact

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_CATEGORY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_category

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_LISTING_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_listing

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_LISTING_REVISION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_listing_revision

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_LISTING_REVISION_ATTACHMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_listing_revision_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_LISTING_REVISION_NOTE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_listing_revision_note

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_LISTING_REVISION_PACKAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_listing_revision_package

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_MARKET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_market

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_PRODUCT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_product

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_PUBLISHER_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_publisher

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_TERM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_term

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_TERM_VERSION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_term_version

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_GET_WORK_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_ARTIFACTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_artifacts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_CATEGORIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_categories

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_LISTING_REVISION_ATTACHMENTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_listing_revision_attachments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_LISTING_REVISION_NOTES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_listing_revision_notes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_LISTING_REVISION_PACKAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_listing_revision_packages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_LISTING_REVISIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_listing_revisions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_LISTINGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_listings

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_MARKETS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_markets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_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_mpp_marketplace_publisher_list_products_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_marketplace_publisher_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_MPP_MARKETPLACE_PUBLISHER_LIST_PUBLISHERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_publishers

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_TERM_VERSIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_term_versions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_TERMS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_terms

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_LIST_WORK_REQUESTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_MARK_LISTING_REVISION_PACKAGE_AS_DEFAULT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_mark_listing_revision_package_as_default_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_MPP_MARKETPLACE_PUBLISHER_PUBLISH_LISTING_REVISION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_publish_listing_revision_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_MPP_MARKETPLACE_PUBLISHER_PUBLISH_LISTING_REVISION_AS_PRIVATE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_publish_listing_revision_as_private_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_MPP_MARKETPLACE_PUBLISHER_PUBLISH_LISTING_REVISION_PACKAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_publish_listing_revision_package_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_MPP_MARKETPLACE_PUBLISHER_SUBMIT_LISTING_REVISION_FOR_REVIEW_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of submit_listing_revision_for_review

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UN_PUBLISH_LISTING_REVISION_PACKAGE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_un_publish_listing_revision_package_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_MPP_MARKETPLACE_PUBLISHER_UPDATE_ARTIFACT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_update_artifact_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_MPP_MARKETPLACE_PUBLISHER_UPDATE_LISTING_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_listing

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UPDATE_LISTING_REVISION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_listing_revision

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UPDATE_LISTING_REVISION_ATTACHMENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_listing_revision_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UPDATE_LISTING_REVISION_ATTACHMENT_CONTENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_listing_revision_attachment_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UPDATE_LISTING_REVISION_ICON_CONTENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_listing_revision_icon_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UPDATE_LISTING_REVISION_PACKAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_listing_revision_package

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UPDATE_TERM_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_term

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UPDATE_TERM_VERSION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_term_version

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_UPDATE_TERM_VERSION_CONTENT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_term_version_content

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_MPP_MARKETPLACE_PUBLISHER_VALIDATE_AND_PUBLISH_ARTIFACT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_validate_and_publish_artifact_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_MPP_MARKETPLACE_PUBLISHER_WITHDRAW_LISTING_REVISION_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mpp_marketplace_publisher_withdraw_listing_revision_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

Was this article helpful?