RecommendationCollection¶
-
class
oci.data_catalog.models.
RecommendationCollection
(**kwargs)¶ Bases:
object
Results of a get recommendation.
Methods
__init__
(**kwargs)Initializes a new RecommendationCollection object with values from keyword arguments. Attributes
count
Gets the count of this RecommendationCollection. items
[Required] Gets the items of this RecommendationCollection. -
__init__
(**kwargs)¶ Initializes a new RecommendationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - count (int) – The value to assign to the count property of this RecommendationCollection.
- items (list[oci.data_catalog.models.RecommendationDetails]) – The value to assign to the items property of this RecommendationCollection.
-
count
¶ Gets the count of this RecommendationCollection. Total number of items returned.
Returns: The count of this RecommendationCollection. Return type: int
-
items
¶ [Required] Gets the items of this RecommendationCollection. Collection of recommendations.
Returns: The items of this RecommendationCollection. Return type: list[oci.data_catalog.models.RecommendationDetails]
-