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