AssessorSummaryCollection

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

Bases: object

Collection of assessor summaries.

Methods

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

Attributes

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

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

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

Returns:The items of this AssessorSummaryCollection.
Return type:list[oci.database_migration.models.AssessorSummary]