Class GetDesktopResponse
Implements
Inherited Members
Namespace: Oci.DesktopsService.Responses
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class GetDesktopResponse : OciResponse, IOciResponse
  Properties
Desktop
Declaration
[HttpConverter(TargetEnum.Body)]
public Desktop Desktop { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Desktop | The returned Desktop instance.  | 
      
Etag
Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | For optimistic concurrency. See if-match.  | 
      
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The unique identifier of the request.  |