Show / Hide Table of Contents

Class ParentReference

A reference to the object's parent.

Inheritance
object
ParentReference
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 ParentReference

Properties

Parent

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

Key of the parent object.

RootDocId

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

Key of the root document object.

In this article
Back to top