IngestSqlTextDetails

class oci.opsi.models.IngestSqlTextDetails(**kwargs)

Bases: object

Collection of SQL Text Entries

Methods

__init__(**kwargs) Initializes a new IngestSqlTextDetails object with values from keyword arguments.

Attributes

items Gets the items of this IngestSqlTextDetails.
__init__(**kwargs)

Initializes a new IngestSqlTextDetails 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.SqlText]) – The value to assign to the items property of this IngestSqlTextDetails.
items

Gets the items of this IngestSqlTextDetails. List of SQL Text Entries.

Returns:The items of this IngestSqlTextDetails.
Return type:list[oci.opsi.models.SqlText]