Class DynamicType
The dynamic type.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class DynamicType : BaseType
Properties
ConfigDefinition
Declaration
[JsonProperty(PropertyName = "configDefinition")]
public ConfigDefinition ConfigDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfigDefinition |
TypeHandler
Declaration
[JsonProperty(PropertyName = "typeHandler")]
public DynamicTypeHandler TypeHandler { get; set; }
Property Value
| Type | Description |
|---|---|
| DynamicTypeHandler |