ListingCollection¶
-
class
oci.marketplace_publisher.models.
ListingCollection
(**kwargs)¶ Bases:
object
Results of listing search. Contains Listing items.
Methods
__init__
(**kwargs)Initializes a new ListingCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ListingCollection. -
__init__
(**kwargs)¶ Initializes a new ListingCollection 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.ListingSummary]) – The value to assign to the items property of this ListingCollection.
-
items
¶ [Required] Gets the items of this ListingCollection. List of listing summary.
Returns: The items of this ListingCollection. Return type: list[oci.marketplace_publisher.models.ListingSummary]
-