AssessorCheckSummaryCollection

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

Bases: object

Collection of assessor check summaries.

Methods

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

Attributes

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

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

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

Returns:The items of this AssessorCheckSummaryCollection.
Return type:list[oci.database_migration.models.AssessorCheckSummary]