SqlCollectionCollection¶
-
class
oci.data_safe.models.
SqlCollectionCollection
(**kwargs)¶ Bases:
object
Collection of SQL collection summary.
Methods
__init__
(**kwargs)Initializes a new SqlCollectionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SqlCollectionCollection. -
__init__
(**kwargs)¶ Initializes a new SqlCollectionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_safe.models.SqlCollectionSummary]) – The value to assign to the items property of this SqlCollectionCollection.
-
items
¶ [Required] Gets the items of this SqlCollectionCollection. Array of SQL collection summary.
Returns: The items of this SqlCollectionCollection. Return type: list[oci.data_safe.models.SqlCollectionSummary]
-