AssessmentObjectTypeSummaryCollection¶
-
class
oci.database_migration.models.AssessmentObjectTypeSummaryCollection(**kwargs)¶ Bases:
objectResults of an Assessment Object Type listing. Contains AssessmentObjectTypeSummary items.
Methods
__init__(**kwargs)Initializes a new AssessmentObjectTypeSummaryCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this AssessmentObjectTypeSummaryCollection. -
__init__(**kwargs)¶ Initializes a new AssessmentObjectTypeSummaryCollection 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.AssessmentObjectTypeSummary]) – The value to assign to the items property of this AssessmentObjectTypeSummaryCollection.
-
items¶ [Required] Gets the items of this AssessmentObjectTypeSummaryCollection. Items in collection.
Returns: The items of this AssessmentObjectTypeSummaryCollection. Return type: list[oci.database_migration.models.AssessmentObjectTypeSummary]
-