UserDefinedFunctionSummaryCollection

class oci.data_integration.models.UserDefinedFunctionSummaryCollection(**kwargs)

Bases: object

This is the collection of user defined function summaries, it may be a collection of lightweight details or full definitions.

Methods

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

Attributes

items [Required] Gets the items of this UserDefinedFunctionSummaryCollection.
__init__(**kwargs)

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

[Required] Gets the items of this UserDefinedFunctionSummaryCollection. The array of user defined function summaries.

Returns:The items of this UserDefinedFunctionSummaryCollection.
Return type:list[oci.data_integration.models.UserDefinedFunctionSummary]