ExportDataAssetDetails¶
-
class
oci.data_catalog.models.
ExportDataAssetDetails
(**kwargs)¶ Bases:
object
The details of what needs to be exported.
Methods
__init__
(**kwargs)Initializes a new ExportDataAssetDetails object with values from keyword arguments. Attributes
export_scope
Gets the export_scope of this ExportDataAssetDetails. -
__init__
(**kwargs)¶ Initializes a new ExportDataAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: export_scope (list[oci.data_catalog.models.DataAssetExportScope]) – The value to assign to the export_scope property of this ExportDataAssetDetails.
-
export_scope
¶ Gets the export_scope of this ExportDataAssetDetails. Array of objects and their child types to be selected for export.
Returns: The export_scope of this ExportDataAssetDetails. Return type: list[oci.data_catalog.models.DataAssetExportScope]
-