AffectedObjectsCollection

class oci.database_migration.models.AffectedObjectsCollection(**kwargs)

Bases: object

Array of check objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database_migration.models.AdvisorReportCheckObjectSummary]) – The value to assign to the items property of this AffectedObjectsCollection.
items

[Required] Gets the items of this AffectedObjectsCollection. Items in collection.

Returns:The items of this AffectedObjectsCollection.
Return type:list[oci.database_migration.models.AdvisorReportCheckObjectSummary]