AsynchronousExportRequestDetails

class oci.data_catalog.models.AsynchronousExportRequestDetails(**kwargs)

Bases: object

Details for an export request.

Methods

__init__(**kwargs) Initializes a new AsynchronousExportRequestDetails object with values from keyword arguments.

Attributes

object_storage_target Gets the object_storage_target of this AsynchronousExportRequestDetails.
__init__(**kwargs)

Initializes a new AsynchronousExportRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:object_storage_target (oci.data_catalog.models.ObjectStorageObjectReference) – The value to assign to the object_storage_target property of this AsynchronousExportRequestDetails.
object_storage_target

Gets the object_storage_target of this AsynchronousExportRequestDetails.

Returns:The object_storage_target of this AsynchronousExportRequestDetails.
Return type:oci.data_catalog.models.ObjectStorageObjectReference