Show / Hide Table of Contents

Class FieldMapWrapper

A wrapper for a field map.

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

Properties

FieldMap

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