OdaInstanceAttachmentCollection

class oci.oda.models.OdaInstanceAttachmentCollection(**kwargs)

Bases: object

Results of a Oda instance attachment search. Contains OdaInstanceAttachment items.

Methods

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

Attributes

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

Initializes a new OdaInstanceAttachmentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.oda.models.OdaInstanceAttachmentSummary]) – The value to assign to the items property of this OdaInstanceAttachmentCollection.
items

[Required] Gets the items of this OdaInstanceAttachmentCollection. List of Oda instance attachments.

Returns:The items of this OdaInstanceAttachmentCollection.
Return type:list[oci.oda.models.OdaInstanceAttachmentSummary]