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