Class ManagementAgentAggregationCollection
The summary of Management Agent count items
Inherited Members
Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
public class ManagementAgentAggregationCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ManagementAgentAggregation> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ManagementAgentAggregation> | List in which each item describes an aggregation of Managment Agents | 
Remarks
Required