ExportRequestSummaryCollection

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

Bases: object

This is the collection of export object requests.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExportRequestSummaryCollection. The array of export object requests status summaries.

Returns:The items of this ExportRequestSummaryCollection.
Return type:list[oci.data_integration.models.ExportRequestSummary]