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