Class Minus
The information about a minus object.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class Minus : OperatorProperties
IsAll
Declaration
[JsonProperty(PropertyName = "isAll")]
public bool? IsAll { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | The information about the minus all. | 
MinusType
Declaration
[JsonProperty(PropertyName = "minusType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Minus.MinusTypeEnum? MinusType { get; set; }Property Value
| Type | Description | 
|---|---|
| Minus.MinusTypeEnum? | minusType |