AsynchronousExportGlossaryDetails¶
-
class
oci.data_catalog.models.
AsynchronousExportGlossaryDetails
(**kwargs)¶ Bases:
object
Details needed by the glossary export request.
Methods
__init__
(**kwargs)Initializes a new AsynchronousExportGlossaryDetails object with values from keyword arguments. Attributes
object_storage_target
Gets the object_storage_target of this AsynchronousExportGlossaryDetails. -
__init__
(**kwargs)¶ Initializes a new AsynchronousExportGlossaryDetails 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 AsynchronousExportGlossaryDetails.
-
object_storage_target
¶ Gets the object_storage_target of this AsynchronousExportGlossaryDetails.
Returns: The object_storage_target of this AsynchronousExportGlossaryDetails. Return type: oci.data_catalog.models.ObjectStorageObjectReference
-