MySqlDigestErrorsCollection¶
-
class
oci.database_management.models.
MySqlDigestErrorsCollection
(**kwargs)¶ Bases:
object
The collection of errors for a given digest.
Methods
__init__
(**kwargs)Initializes a new MySqlDigestErrorsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this MySqlDigestErrorsCollection. -
__init__
(**kwargs)¶ Initializes a new MySqlDigestErrorsCollection 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_management.models.MySqlDigestErrorSummary]) – The value to assign to the items property of this MySqlDigestErrorsCollection.
-
items
¶ [Required] Gets the items of this MySqlDigestErrorsCollection. The unique set of errors for a given digest.
Returns: The items of this MySqlDigestErrorsCollection. Return type: list[oci.database_management.models.MySqlDigestErrorSummary]
-