Class ConditionalInputLink
  The information about the conditional input link.
    Inheritance
    
    
    ConditionalInputLink
   
  
  
  Assembly: OCI.DotNetSDK.Dataintegration.dll
  
  
    public class ConditionalInputLink : FlowPortLink
   
  Properties
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "condition")]
public Expression Condition { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "fieldMap")]
public FieldMap FieldMap { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "fromLink")]
public OutputLink FromLink { get; set; }
   
  Property Value