Show / Hide Table of Contents

Class Shape

The shape object.

Inheritance
object
TypedObject
Shape
Inherited Members
TypedObject.Key
TypedObject.ModelVersion
TypedObject.ParentRef
TypedObject.ConfigValues
TypedObject.ObjectStatus
TypedObject.Name
TypedObject.Description
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 Shape : TypedObject

Properties

Type

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