DependentObjectSummaryCollection¶
-
class
oci.data_integration.models.
DependentObjectSummaryCollection
(**kwargs)¶ Bases:
object
A list of dependent object summaries.
Methods
__init__
(**kwargs)Initializes a new DependentObjectSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DependentObjectSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new DependentObjectSummaryCollection 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.DependentObjectSummary]) – The value to assign to the items property of this DependentObjectSummaryCollection.
-
items
¶ [Required] Gets the items of this DependentObjectSummaryCollection. An array of dependent object summaries.
Returns: The items of this DependentObjectSummaryCollection. Return type: list[oci.data_integration.models.DependentObjectSummary]
-