Class MetricExtensionResourceAggregationCollection
The metric extension resources count filtered by given criteria.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class MetricExtensionResourceAggregationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MetricExtensionResourceAggregation> Items { get; set; }
Property Value
Type | Description |
---|---|
List<MetricExtensionResourceAggregation> | The counts related to the associationStatus, metricExtensionId, resourceId and compartmentId. |
Remarks
Required