Class CreateTransferJobResponse
Inheritance
CreateTransferJobResponse
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class CreateTransferJobResponse : OciResponse, IOciResponse
Properties
Etag
Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }
Property Value
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
TransferJob
Declaration
[HttpConverter(TargetEnum.Body)]
public TransferJob TransferJob { get; set; }
Property Value
Type |
Description |
TransferJob |
The returned TransferJob instance.
|
Implements