IngestMySqlSqlTextDetails¶
-
class
oci.opsi.models.
IngestMySqlSqlTextDetails
(**kwargs)¶ Bases:
object
Collection of SQL Text Entries
Methods
__init__
(**kwargs)Initializes a new IngestMySqlSqlTextDetails object with values from keyword arguments. Attributes
items
Gets the items of this IngestMySqlSqlTextDetails. -
__init__
(**kwargs)¶ Initializes a new IngestMySqlSqlTextDetails 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.MySqlSqlText]) – The value to assign to the items property of this IngestMySqlSqlTextDetails.
-
items
¶ Gets the items of this IngestMySqlSqlTextDetails. List of SQL Text Entries.
Returns: The items of this IngestMySqlSqlTextDetails. Return type: list[oci.opsi.models.MySqlSqlText]
-