ChildReferenceDetail¶
-
class
oci.data_integration.models.
ChildReferenceDetail
(**kwargs)¶ Bases:
object
References used in an application.
Methods
__init__
(**kwargs)Initializes a new ChildReferenceDetail object with values from keyword arguments. Attributes
key
Gets the key of this ChildReferenceDetail. target_object
Gets the target_object of this ChildReferenceDetail. -
__init__
(**kwargs)¶ Initializes a new ChildReferenceDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this ChildReferenceDetail.
- target_object (object) – The value to assign to the target_object property of this ChildReferenceDetail.
-
key
¶ Gets the key of this ChildReferenceDetail. The child reference key.
Returns: The key of this ChildReferenceDetail. Return type: str
-
target_object
¶ Gets the target_object of this ChildReferenceDetail. The new reference object to use instead of the original reference. For example, this can be a connection reference.
Returns: The target_object of this ChildReferenceDetail. Return type: object
-