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