Class HistoryCollection
A list containing the recommendation history items that match filter criteria, if any. Results contain HistorySummary objects.
Inherited Members
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class HistoryCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HistorySummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<HistorySummary> | A collection of history summaries. | 
Remarks
Required