Class CostAnomalyEventAnalyticCollection
Results of a CostAnomalyEventAnalytics search.
Inherited Members
Namespace: Oci.BudgetService.Models
Assembly: OCI.DotNetSDK.Budget.dll
Syntax
public class CostAnomalyEventAnalyticCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CostAnomalyEventAnalyticSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CostAnomalyEventAnalyticSummary> | The list of CostAnomalyEvent Analytic summary. |
Remarks
Required