Class LevelsConfiguration
A list of configuration levels for each recommendation.
Inherited Members
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class LevelsConfiguration
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LevelConfiguration> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LevelConfiguration> | The array of configuration levels. |