Show / Hide Table of Contents

Class GetTransferJobResponse

Inheritance
object
OciResponse
GetTransferJobResponse
Implements
IOciResponse
Inherited Members
OciResponse.httpResponseMessage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DtsService.Responses
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class GetTransferJobResponse : OciResponse, IOciResponse

Properties

Etag

Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }
Property Value
Type Description
string

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

TransferJob

Declaration
[HttpConverter(TargetEnum.Body)]
public TransferJob TransferJob { get; set; }
Property Value
Type Description
TransferJob

The returned TransferJob instance.

Implements

IOciResponse
In this article
Back to top