Show / Hide Table of Contents

Class TypedObjectWrapper

A wrapper for a typed object.

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

Properties

TypedObject

Declaration
[JsonProperty(PropertyName = "typedObject")]
public TypedObject TypedObject { get; set; }
Property Value
Type Description
TypedObject
In this article
Back to top