Show / Hide Table of Contents

Class UpdateTransferDeviceResponse

Inheritance
object
OciResponse
UpdateTransferDeviceResponse
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 UpdateTransferDeviceResponse : 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

TransferDevice

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

The returned TransferDevice instance.

Implements

IOciResponse
In this article
Back to top