ListingRevisionNoteCollection

class oci.marketplace_publisher.models.ListingRevisionNoteCollection(**kwargs)

Bases: object

Results of note search. Contains listing revision note items.

Methods

__init__(**kwargs) Initializes a new ListingRevisionNoteCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ListingRevisionNoteCollection.
__init__(**kwargs)

Initializes a new ListingRevisionNoteCollection 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.ListingRevisionNoteSummary]) – The value to assign to the items property of this ListingRevisionNoteCollection.
items

[Required] Gets the items of this ListingRevisionNoteCollection. List of note summary.

Returns:The items of this ListingRevisionNoteCollection.
Return type:list[oci.marketplace_publisher.models.ListingRevisionNoteSummary]