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