Class GetDesktopPoolResponse
Implements
Inherited Members
Namespace: Oci.DesktopsService.Responses
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class GetDesktopPoolResponse : OciResponse, IOciResponseProperties
DesktopPool
Declaration
[HttpConverter(TargetEnum.Body)]
public DesktopPool DesktopPool { get; set; }Property Value
| Type | Description | 
|---|---|
| DesktopPool | The returned DesktopPool 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. |