ParentReference¶
- 
class oci.data_integration.models.ParentReference(**kwargs)¶
- Bases: - object- A reference to the object’s parent. - Methods - __init__(**kwargs)- Initializes a new ParentReference object with values from keyword arguments. - Attributes - parent- Gets the parent of this ParentReference. - root_doc_id- Gets the root_doc_id of this ParentReference. - 
__init__(**kwargs)¶
- Initializes a new ParentReference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - parent (str) – The value to assign to the parent property of this ParentReference.
- root_doc_id (str) – The value to assign to the root_doc_id property of this ParentReference.
 
 - 
parent¶
- Gets the parent of this ParentReference. Key of the parent object. - Returns: - The parent of this ParentReference. - Return type: - str 
 - 
root_doc_id¶
- Gets the root_doc_id of this ParentReference. Key of the root document object. - Returns: - The root_doc_id of this ParentReference. - Return type: - str 
 
-