Class ProcessSetCollection
Result of the Process Set fetch.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class ProcessSetCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProcessSetSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ProcessSetSummary> | List of Process Sets. | 
Remarks
Required