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