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