ImportLineageDetails

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

Bases: object

Specifies the lineage contents to be imported.

Methods

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

Attributes

lineage_payload [Required] Gets the lineage_payload of this ImportLineageDetails.
__init__(**kwargs)

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

Parameters:lineage_payload (str) – The value to assign to the lineage_payload property of this ImportLineageDetails.
lineage_payload

[Required] Gets the lineage_payload of this ImportLineageDetails. The payload used to import lineage.

Returns:The lineage_payload of this ImportLineageDetails.
Return type:str