Class JavaType
A java type object.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class JavaType : BaseType
Properties
ConfigDefinition
Declaration
[JsonProperty(PropertyName = "configDefinition")]
public ConfigDefinition ConfigDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| ConfigDefinition |
JavaTypeName
Declaration
[JsonProperty(PropertyName = "javaTypeName")]
public string JavaTypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The java type name. |