ReferenceSummaryCollection

class oci.data_integration.models.ReferenceSummaryCollection(**kwargs)

Bases: object

This is the collection of references.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_integration.models.ReferenceSummary]) – The value to assign to the items property of this ReferenceSummaryCollection.
items

[Required] Gets the items of this ReferenceSummaryCollection. The array of application summaries.

Returns:The items of this ReferenceSummaryCollection.
Return type:list[oci.data_integration.models.ReferenceSummary]