Class DesktopPoolCollection
A list of desktop pools.
Inherited Members
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class DesktopPoolCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DesktopPoolSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DesktopPoolSummary> | A list of desktop pool summaries. | 
Remarks
Required