ImportRequestSummaryCollection

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

Bases: object

This is the collection of import object requests.

Methods

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

Attributes

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

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

[Required] Gets the items of this ImportRequestSummaryCollection. The array of import object requests status summaries.

Returns:The items of this ImportRequestSummaryCollection.
Return type:list[oci.data_integration.models.ImportRequestSummary]