ListingRevisionAttachmentCollection

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

Bases: object

Results of the listing attachments search. Contains attachment items.

Methods

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

Attributes

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

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

[Required] Gets the items of this ListingRevisionAttachmentCollection. List of attachment summary.

Returns:The items of this ListingRevisionAttachmentCollection.
Return type:list[oci.marketplace_publisher.models.ListingRevisionAttachmentSummary]