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