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