ServiceAttachmentCollection

class oci.fusion_apps.models.ServiceAttachmentCollection(**kwargs)

Bases: object

List of service attachments for a fusion instance.

Methods

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

Attributes

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

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

Parameters:items (list[oci.fusion_apps.models.ServiceAttachmentSummary]) – The value to assign to the items property of this ServiceAttachmentCollection.
items

[Required] Gets the items of this ServiceAttachmentCollection. A page of FusionEnvironmentFamilySummary objects.

Returns:The items of this ServiceAttachmentCollection.
Return type:list[oci.fusion_apps.models.ServiceAttachmentSummary]