ProjectSummaryCollection

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

Bases: object

A collection of project summaries. The collection can be lightweight details or full definitions.

Methods

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

Attributes

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

Initializes a new ProjectSummaryCollection 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.ProjectSummary]) – The value to assign to the items property of this ProjectSummaryCollection.
items

[Required] Gets the items of this ProjectSummaryCollection. The array of project summaries.

Returns:The items of this ProjectSummaryCollection.
Return type:list[oci.data_integration.models.ProjectSummary]