ProductCollection¶
-
class
oci.usage.models.
ProductCollection
(**kwargs)¶ Bases:
object
A product list.
Methods
__init__
(**kwargs)Initializes a new ProductCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ProductCollection. -
__init__
(**kwargs)¶ Initializes a new ProductCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.usage.models.ProductSummary]) – The value to assign to the items property of this ProductCollection.
-
items
¶ [Required] Gets the items of this ProductCollection. The list of product rewards summaries.
Returns: The items of this ProductCollection. Return type: list[oci.usage.models.ProductSummary]
-