OfferCollection¶
-
class
oci.marketplace_publisher.models.
OfferCollection
(**kwargs)¶ Bases:
object
Results of a offers search. Contains boh OfferSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new OfferCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OfferCollection. -
__init__
(**kwargs)¶ Initializes a new OfferCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.marketplace_publisher.models.OfferSummary]) – The value to assign to the items property of this OfferCollection.
-
items
¶ [Required] Gets the items of this OfferCollection. List of offers.
Returns: The items of this OfferCollection. Return type: list[oci.marketplace_publisher.models.OfferSummary]
-