Class EstimateCostSavingsSummaryCollection
A list of estimate cost savings.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class EstimateCostSavingsSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EstimateCostSavingSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<EstimateCostSavingSummary> | List of estimate cost saving summary. |
Remarks
Required