SchemaSummaryCollection¶
- 
class 
oci.data_integration.models.SchemaSummaryCollection(**kwargs)¶ Bases:
objectThis is the collection of schema summaries, it may be a collection of lightweight details or full definitions.
Methods
__init__(**kwargs)Initializes a new SchemaSummaryCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this SchemaSummaryCollection. - 
__init__(**kwargs)¶ Initializes a new SchemaSummaryCollection 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_integration.models.SchemaSummary]) – The value to assign to the items property of this SchemaSummaryCollection. 
- 
items¶ [Required] Gets the items of this SchemaSummaryCollection. The array of schema summaries.
Returns: The items of this SchemaSummaryCollection. Return type: list[oci.data_integration.models.SchemaSummary] 
-