Class RecommendationExample
An example of the recommendation.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class RecommendationExample
Properties
Lines
Declaration
[JsonProperty(PropertyName = "lines")]
public List<RecommendationExampleLine> Lines { get; set; }
Property Value
Type | Description |
---|---|
List<RecommendationExampleLine> | The list of examples for the recommendation. |