DatabaseToolsSqlReportCollection¶
-
class
oci.database_tools.models.DatabaseToolsSqlReportCollection(**kwargs)¶ Bases:
objectList of Database Tools SQL report summary items.
Methods
__init__(**kwargs)Initializes a new DatabaseToolsSqlReportCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this DatabaseToolsSqlReportCollection. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsSqlReportCollection 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_tools.models.DatabaseToolsSqlReportSummary]) – The value to assign to the items property of this DatabaseToolsSqlReportCollection.
-
items¶ [Required] Gets the items of this DatabaseToolsSqlReportCollection. Array of Database Tools SQL report summary items.
Returns: The items of this DatabaseToolsSqlReportCollection. Return type: list[oci.database_tools.models.DatabaseToolsSqlReportSummary]
-