Show / Hide Table of Contents

Class RecommendationStrategyCollection

A list of strategies that match filter criteria, if any. Results contain RecommendationStrategySummary objects.

Inheritance
object
RecommendationStrategyCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class RecommendationStrategyCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RecommendationStrategySummary> Items { get; set; }
Property Value
Type Description
List<RecommendationStrategySummary>

A collection of recommendation strategy summaries.

Remarks

Required

In this article
Back to top