Show / Hide Table of Contents

Class RecommendationExample

An example of the recommendation.

Inheritance
object
RecommendationExample
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top