TenancyAttachmentCollection

class oci.resource_analytics.models.TenancyAttachmentCollection(**kwargs)

Bases: object

Results of a TenancyAttachment search. Contains both TenancyAttachmentSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.resource_analytics.models.TenancyAttachmentSummary]) – The value to assign to the items property of this TenancyAttachmentCollection.
items

[Required] Gets the items of this TenancyAttachmentCollection. List of TenancyAttachments.

Returns:The items of this TenancyAttachmentCollection.
Return type:list[oci.resource_analytics.models.TenancyAttachmentSummary]