Class ListDesktopPoolDesktopsResponse
Implements
Inherited Members
Namespace: Oci.DesktopsService.Responses
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class ListDesktopPoolDesktopsResponse : OciResponse, IOciResponse
Properties
DesktopPoolDesktopCollection
Declaration
[HttpConverter(TargetEnum.Body)]
public DesktopPoolDesktopCollection DesktopPoolDesktopCollection { get; set; }
Property Value
Type | Description |
---|---|
DesktopPoolDesktopCollection | The returned DesktopPoolDesktopCollection instance. |
OpcNextPage
Declaration
[HttpConverter(TargetEnum.Header, "opc-next-page")]
public string OpcNextPage { get; set; }
Property Value
Type | Description |
---|---|
string | For pagination. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique identifier of the request. |