Class CostAnomalyEventCollection
Results of a costAnomalyEvent search. Contains both CostAnomalyEventSummary items and other data.
Inherited Members
Namespace: Oci.BudgetService.Models
Assembly: OCI.DotNetSDK.Budget.dll
Syntax
public class CostAnomalyEventCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CostAnomalyEventSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CostAnomalyEventSummary> | A page of CostAnomalyMonitorSummary objects. |
Remarks
Required