Class RecommendationCollection
Results of a get recommendation.
Inherited Members
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class RecommendationCollection
Properties
Count
Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Total number of items returned. |
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RecommendationDetails> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RecommendationDetails> | Collection of recommendations. |
Remarks
Required