Show / Hide Table of Contents

Class ChildReferenceDetail

References used in an application.

Inheritance
object
ChildReferenceDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ChildReferenceDetail

Properties

Key

Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type Description
string

The child reference key.

TargetObject

Declaration
[JsonProperty(PropertyName = "targetObject")]
public object TargetObject { get; set; }
Property Value
Type Description
object

The new reference object to use instead of the original reference. For example, this can be a connection reference.

In this article
Back to top