IngestSqlPlanLinesDetails¶
-
class
oci.opsi.models.
IngestSqlPlanLinesDetails
(**kwargs)¶ Bases:
object
Collection of SQL Plan Line Entries
Methods
__init__
(**kwargs)Initializes a new IngestSqlPlanLinesDetails object with values from keyword arguments. Attributes
items
Gets the items of this IngestSqlPlanLinesDetails. -
__init__
(**kwargs)¶ Initializes a new IngestSqlPlanLinesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.SqlPlanLine]) – The value to assign to the items property of this IngestSqlPlanLinesDetails.
-
items
¶ Gets the items of this IngestSqlPlanLinesDetails. List of SQL Plan Line Entries.
Returns: The items of this IngestSqlPlanLinesDetails. Return type: list[oci.opsi.models.SqlPlanLine]
-