Class CancelRestCallConfig
The REST API configuration for cancelling the task.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CancelRestCallConfig
Properties
ConfigValues
Declaration
[JsonProperty(PropertyName = "configValues")]
public ConfigValues ConfigValues { get; set; }
Property Value
Type | Description |
---|---|
ConfigValues |
MethodType
Declaration
[JsonProperty(PropertyName = "methodType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CancelRestCallConfig.MethodTypeEnum? MethodType { get; set; }
Property Value
Type | Description |
---|---|
CancelRestCallConfig.MethodTypeEnum? | The REST method to use. |
RequestHeaders
Declaration
[JsonProperty(PropertyName = "requestHeaders")]
public Dictionary<string, string> RequestHeaders { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | The headers for the REST call. |